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.