Good morning, community.
Hoping that someone can help.
I have a simple workflow in Alteryx Designer that creates an output file and emails it as an attachment.
The Formula tool creates a dynamic variable that it is used as the file name and the Email tool should identify the file to be attached based on that dynamic variable.
The file is successfully created, however, I am getting the error message 'The system cannot find the file specified'.
The AMP engine is not being used.
Solved! Go to Solution.
@Glopez76 it should get saved in the path mentioned in your variable DynFilename variable, you can also check the result window where you will see the file name saved.
I found those files. Thank you.
tl dr - but you need to generate your file first (output data) and then read it in (email). you also need to connect both sides to the block until done.
Yes, thank you, @apathetichell. That was another design flaw that I needed to correct. The workflow seemed to be working without the Output tool being connected to the Block Until Done tool but I'm thinking the Email tool was emailing a certain amount of records but not the entirety of them.
@Glopez76 - if you are appending data to the excel file - yes. that's possible.