Hi,
I have a table:
Ref | Name | Comment |
Ref1 | Jo | abc |
Ref2 | Mary | def |
Ref3 | Mary | ghi |
I would like to transpose it to
Name | Comment-Ref1 | Comment-Ref2 | Comment-Ref3 |
Jo | abc | null | null |
Mary | null | def | ghi |
My Flow is:
I've tried various ways but I've gone back to arrays. Could anyone help me please?
Thanks
S
Hi @Stuart3 ,
Please follow the url and see if it helps :
https://immersivecoder.com/2021/08/29/transpose-table-columns-using-power-automate-with-example/
Thanks
Hi Manish,
This was the only example I could find and it didn't work for my example.
I've tried that.
I'm surprised that transposing arrays don't seem to be commonly requested.
S
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
27 | |
26 | |
23 | |
14 | |
10 |
User | Count |
---|---|
63 | |
55 | |
29 | |
28 | |
24 |