Hi, I am attempting to put the output of multiple routes into one email. Here are the issues I am encountering:
- One of the fields is an upload of an image. I am converting it to base64. When i tested it with google drive it works but when i add it to the email its in weird characters
- The next issue is one of the text aggregators is an array and when i add that field to email it sends multiple emails. How can i merge each bundle into one field so i can add to the body of the email?
See attached for the screenshot