Write collection to data item

davidh

New Member
Hi everyone,

I am currently creating an action which reads an xml report and detects error entries. I already have all necessary error entries in a collection. Now I want to concatenate all error entries (three fields: ID, affected order, error code) to a text (in a data item) which should be the output of the action and which can be pasted to a mail later on.

Currently I am using a loop stage with a calculation stage which concatenates all fields of the collection but in the loop the entries are always overwritten by the latest entry. I would need something like the append text for text files.
Any ideas?
 

davidh

New Member
Hi,

many thanks, it works! Adding the [Final output] to the calculation stage was the missing link.
 
  • Like
Reactions: VJR
Top