Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Send mail with dynamic attachments

davidddd
5 - Atom

Should be able to send mail with dynamic attachments to the same user.

 

Dynamic attachments- If there are 3 files in the folder, email should send 3, if there is 1 file, send 1.

 

Tried Methods:

Power shell script - working.

Macro - asking for specified smtp path.

 

Just want to know if there is anything I should try apart from the above two.

 

2 REPLIES 2
flying008
15 - Aurora

Hi, @davidddd 

 

Before you send the mail, maybe you can use winrar or zip software to zip the folder to folder_name.zip by run command tool or event, then don't care the number of file as attachments.

davidddd
5 - Atom

Creating the file in the same WF and sending it through mail. :)

 

Labels
Top Solution Authors