Headers and Values concatenated in separated string (like export csv)

Hi,

my projects get parameters from a database. I would like to output the Parameter Header and values ​​in a “Status” Action for Logging.

After Synchronize logging, the SubProject should start (see Picture)


For this I would have to write the headers and values ​​in one parameter each.
Is that possible, or does the result have to be saved as csv and then read in again?
Need an Action “Concat to to separated value” with Option Header or Value :wink:

with best regards,

Adrian

1 Like

To get the header and the value in the same row use the “Unpivot” action. Then you can just aggregate with concatenation.

See the example below:

concatenate-headers-values.morph (2.4 KB)

1 Like

Also, you can use the Status action inside the iterated project. The status messages pop up to the parent project automatically.

1 Like

Great, thank you again :slightly_smiling_face: