Skip to main content
Question

Aggregating filenames from filecopy writer

  • July 29, 2019
  • 2 replies
  • 18 views

dollargis
Contributor
Forum|alt.badge.img+6

In a workspace, I do a conditional copying of files into several places, and I want to deliver the results of the copy actions - especially the target filenames - in one final email

What I do have is a structure like this (the condition part omitted for clarity)

where the email sending part already works.

But I can't figure out how to send the target filename each filecopy writer receives basically as a list.

Any help would be greatly appreciated.

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.

2 replies

dollargis
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • July 29, 2019

this is the structure in question


mark2atsafe
Safer
Forum|alt.badge.img+59

I see you have an Aggregator transformer in there. Can you use that to create a list of the attribute? Basically click the Generate List option, enter a list name, and then choose the attribute (file name attribute) to create a list of.

Then use a ListConcatenator to create a "list" of the attributes as a single attribute in a way that can be sent by email.