Hello
I just started using Automation in FME Server 2020 and plan to use it more by migrating my existing scheduled jobs.
I have a workspace which runs a batch script.
It uploads multiple files to an SFTP server using WinSCP.com commands withing the script.
The workspace in question, in "Automations" is connected to 2 Email (External Action)
1 - Success then send an e-mail
2 - Failed then send an e-mail with 2 attachments (WinSCP.txt & Error.txt)
Number 2 is the problem.
So I thought I'd use Global Keys for that purpose ({Global.Email_Attachment}{Global.Email_attachment1})
Right now it's failing before when the 2 parameters are associated together I get an error in the log stating that the file can't be found.
Is that possible and if so how do I include both Global Keys within the Email Attachment field?
If not how do I proceed?
Thanks
Sameer