I am trying to attach multiple files to an email within the email sender component. I have a variable list of files that need to be attached going into the email sender component, and have mapped the file URLs in the attachment section of the component. however instead of attach each file to the same email, it sends a separate email for each attachment.
is there a way to make it so all the incoming URLs attach to a single email?
-
separating the URLs with a semicolon ";" does the trick. resulting in one email with multiple attachments.
Please sign in to leave a comment.
Comments 1