Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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