Hello Team,
I have a collection like below:
Column0 Column1
A. 12
B. 10
A. xyz
BB. 20
AD. 32
Now, I want to kind of transpose this collection but since the Column0 can have same values I am not able to use any smart way to do it using Append field due to this.
Currently, I am trying to build a solution that has one single row collection with predefined fields and I want to write the Column1 values on by one to the single row of this collection. I mean my collection should look something like below:
ID QR Code Type OFC
12 10 xyz 20 32
Any suggestions?
------------------------------
Guggs Kia
------------------------------