Hi All,
I'm new to Alteryx and I just created a workflow. I would want to add the result of said workflow to the body of the automated email that I'll be adding at the end of the workflow. How should I do this ? what tools should I use to achieve this?
Thank you in advance and Happy Holidays!
Hi @pduzon ,
In your Workflow, you should save the data by using Data Output tool, and then you can use Email tool.
The key point to note is that Email tool send email each record. If you want to send the only one whole result, you should to be one record by using Count Records tool or etc.
Thank you fort the help!