How to create multiple rows from single column to single row

Hi! All,
How can I read multiple rows from a single column and create a single row?

Following are three rows in the field column in an input excel/notepad:

Field
ABC
MNO
XYX

I need a single string like :

ABC MNO XYZ

Hi!

You can use Memory Group by step to achieve this. Attaching a workflow for your reference.
RowToString.psw (15.2 KB)
ExcelInputWF.xlsx (7.9 KB)

1 Like