Hi All, I had posted this question before but my post seems to have been removed.
I am struggling with what I think is a very simple task which I am not able to find the right method to achieve.
I have an array built from a sharepoint list which includes project manager names and project numbers. I am trying to reduce the size of the html table at the end of the flow by combining the output of same name PMs into one line.
I have used select and 'union' to reduce the duplicates in the array as well. Here's an example of what I am trying to do:
Original Table
PM #
David 12345
David 6789
Mike 111
Mike 222
Zack 000
Desired Output (Transposed?)
PM #
David 12345, 6789
Mike 111, 222
Zack 000
I've spent a lot of time on this and can't see the solution, but I admit I am a relatively basic Power Automate user.
Can anyone help?