Can anyone tell me how I can dynamically add email attachments within the Email tool?
I have a workflow which is setup to collate attachments based on email recipient, however the number of attachments per recipient varies from 1 to several hundred. How can I make this dynamic within the Email tool attachment section?
Hi @Terry2
To change email attachments dynamically, its necessary to update the xml of the email tool. The attached macro will do this for you, just properly configure the From/To/SMTP/Subject/Body of the email tool inside of the macro.
I got this macro from CharlieS: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Send-email-even-if-attachment-...