I used Alteyrx Designer to generate an Excel file, saved it in a shared folder. I also use the Alteryx server in my company.Is that possible to auto-distribute an email to the users with the Excel attached to the email?How to do that?
Thanks.
Hi @LEXQ2005,
You can send an attachment by providing the filepath of the Excel file to the Email tool.
Since you're already generating a file, make sure you have a field in your data that provides the filepath - in your case a location on your shared drive.
Add a Block Until Done tool before the tool that ouputs the Excel file.
Then add an Email tool after the Block Until Done tool, configured so that it will run after the Excel file is generated, and pass in the file path.
Hope this sets you on the right track.
Hi @LEXQ2005 - You may find the following Tool Mastery article useful: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Email/ta-p/32129
Let me describe the use case in further details:
I used Alteryx Designer to generate multiple worksheets in one Excel file. The Excel file is saved in a shared folder. The final reports for the customers are pivot tables with filters. The pivot tables are based on the worksheets Alteryx generated.
I use the pivot table instead of generating a report using Alteryx Designer directly because the users can customize their data using the pivot tables' filters.
I want to auto distribute an email routinely to the users with the Excel attached to the email. I hope the Alteryx output data and the Pivot tables in the Excel file all get updated automatically.