My Alteryx workflow currently saves the output to a folder. I would like the workflow, when it runs, to also email the output as an attachment directly to our group mailbox.
You can use the Email tool to send the email together with the attachment. If there is a specific order to the process, you can use a block until tool or a control container to create the files first and then attach them in the Email tool.
Thank you so much. Could you please advise how I should link the final Excel output? Specifically, which tool should I use to run everything in one go? As you can see, my workflow generates four tabs that are saved into a single output file—how do I connect the solution you shared to that output file?
You should put it after the last file is created - so the 3 output anchor of the last Output Data.
however I would strongly encourage replacing block until done tools with control containers