Skip to main content
Released

FME Server Automations - Send an Email Action with multiple attachments

Related products:FME Flow
  • July 14, 2020
  • 4 replies
  • 87 views
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

matt.m-at-safe
Safer
Forum|alt.badge.img+14

Update: as of FME Server 2022.1, it is now possible to attach multiple files when using the Email Action


pmcpherson
Contributor
Forum|alt.badge.img+11
  • Contributor
  • September 19, 2022

Matt,

Is there a trick to getting the multiple attachments to work? I tried same with a random Automation and it did not work.

2022-09-19_10-20-47


matt.m-at-safe
Safer
Forum|alt.badge.img+14

Hi @pmcpherson​ , you need a space between the key values: {route.reconciliation_dataset} {route.raw_dataset}


pmcpherson
Contributor
Forum|alt.badge.img+11
  • Contributor
  • September 20, 2022

Matt,

I eventually got this to work by adding double quotes around each item, AND a space between them, from the text editor option. This was not exactly straightforward because when viewed after-the-fact, the double quotes are no longer visible.

2022-09-20_7-50-49Regardless it seems to be working now but I can see how this might cause some confusion for other users.