Skip to main content
Solved

FME Flow Automation Writer

  • October 29, 2024
  • 3 replies
  • 85 views

pauldeq
Contributor
Forum|alt.badge.img+6

Hello, I am needing some help quickly. I am trying to create a FME Flow Automation that passes 3 attributes to the email action. The attributes are all created inside the workbench using the FME Flow Automation Writer. Each one of the attributes passes the From, To and CC data for the email action. When I run the automation, nothing comes out and the log file says the below message. I honestly have no idea why this is not working. I have looked up many resources on this site to get this to work, but i keep getting the same message. I know there is a value, why is it not working. 

65

2024-10-29 07:58:41 | PermitData: Attribute name is empty for value expression ''. Ignoring expression since unable to create a blank attribute name

Best answer by david_r

Normally you’d have only one single Automation output feature type in your workspace, with all the attributes To, From and as attributes on a single feature.

As it is now, you’re outputting three different features, which confuses the Emailer, as it is now called once with only the To-value, then again with only the From-value, etc.

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.

3 replies

pauldeq
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 15 replies
  • October 29, 2024

Here are the pics from the Flow WB.


david_r
Celebrity
  • 8394 replies
  • Best Answer
  • October 29, 2024

Normally you’d have only one single Automation output feature type in your workspace, with all the attributes To, From and as attributes on a single feature.

As it is now, you’re outputting three different features, which confuses the Emailer, as it is now called once with only the To-value, then again with only the From-value, etc.


pauldeq
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 15 replies
  • October 29, 2024

That worked thank you so much! :). I was racking my damn brain! lol.