How to send dynamic email attachments?

Hi there @etorres,

you should create a flow variable type array that will hold URLs pointing to files you want to send as attachments. This flow variable then choose as attachedURLs value.

If your attachments are all in same folder you can use following logic to obtain flow variable type array:

URLsAsFVArray

Br,
Ivan

7 Likes