Combining multiple rows into 1 row from imported file
we have a file imported from a workflow. see sample below
Is there a way to combine row 1 and 2 using workflow?
| Row# | Header 1 | Header 2 |
| 1 | Customer 1 | Message 1 |
| 2 | Customer 1 | Message 2 |
we have a file imported from a workflow. see sample below
Is there a way to combine row 1 and 2 using workflow?
| Row# | Header 1 | Header 2 |
| 1 | Customer 1 | Message 1 |
| 2 | Customer 1 | Message 2 |
Hello,
Here's a solution but you will need to know the maximum duplicates possible in your file, and also have a field to correctly order the records and concatenate your message in the right order.





Here I suppose that I may have as many as 5 duplicates max.
In the data tab, I add the header2 corresponding to the Message:
In the Sort tab, I order by the rowID (supposedly) to have the message in the correct order.


Here's what my file looks like:

And final result in my workflow :

Hope this is clear enough.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.