How to create multiple rows from single column to single row
Query:
There are three rows in an input excel/notepad:
Row 1 : ABC
Row 2: MNO
Row 3 : XYX
I need a single string: like :
ABC MNO XYZ
Solution:
- You can use MEmory Group by step to achieve this. Attaching a workflow for your reference.