I need to build a string from an array.
Here is what I am trying to achieve.
The field for this particular item is Product Summary.
It holds the ID, Title and Quantity

Those values come from Products Ordered list.
I convert the ID integer to a string. Then I use a filter query to only get the product orders where the OrderID is eq to the value in Get String Out compose action.

From the array I need the four values concatinated as shown in the beginning

There could be 1 or more product orders for an OrderID

When I do a join I get this mess.

Any direction is appreciated