
Hi,
I am creating a CSV Table from list rows.
This is what I get from the flow
As you can see it's creating so many records, I want to turn the data in columns into rows, like the following (created manually for explaining)
Can someone share idea how I can achieve this ? Would really appreciate any help.
I think you are asking for the opposite (turn rows into columns) and you are asking for trouble. Wide tables are an anti-pattern and should be avoided.