We have an FME Flow automation that monitors a network directory for new files. Once new files arrive, they are emailed as attachments using an FME Flow Email (send) Action.
Is there a way to make the “Email To” distribution list somewhat dynamic?
We have an FME Workspace that generates a text file of the desired distribution list. Currently when it is determined a change might have occurred in the list, we open the text file and manually copy & paste the contents into the “Email To” of the FME Automation monitoring the network directory.
Is there a means to have the Automation’s “Email To” parameter just use the text file directly?
Or perhaps to have the workspace that generates the text file be included in the automation and provide the current distribution list once the automation is triggered?