I want to create an automation in FME Server for a user to validate his data.
He sends in an email with his data as attachement and the topic of the validation as part of the email subject.
In the workbench, the email subject is parsed and the topic is kept as an attribute. At the end a logfile is written with the name: topic.log (I do this with a fanout in the writer).
This logfile I want to send back to the sender of the email as an attachement. But to attach the file to the email, I have to fill in its path and I don't know the filename at this point. How can I pass the value of "topic" (=filename) as parameter to the Automation, so that I could use it in the "Email Details"?
(I'm using FME Server 2019.0)
Thanks, Vera