Hello,
I have this requirement of sending email from Alteryx to the users .
Below are the different sheets written as output by Alteryx .
How can i make alteryx to send email once all the sheets are written .
Thanks.
Hi Praneshsapmm,
Just use the "Email" tool and use a text input as input for the e-mail tool.
Don't worry about the Excel's being ready, the e-mail tool will always be the last tool to run in a workflow and therefore you can be sure that all Excel's will be finalized before any mail is send(see: Email Tool (alteryx.com)).
Greetings,
Sebastiaan
Thanks @Sebastiaandb
I have a similar requirement, but I need to send the file as attachment in email. For this i need to know where Alteryx is writing the file (usually it writes to temp location, everytime different) , so the question is how to get that filename dynamically and how to pass that as input to email tool ?
Thank you
Danish