Hi All,
I'm trying to concatenate a multi-choice list column so I can add it to a HTML table. I've found plenty of examples using the classic designer, but none using the new designer, and I can't figure it out.
Most of the flow (screenshot below) should be self explanatory, but the 'for each ' loop was automatically created. I found an example that used a 'select' component to get all items from the particular row of the table, then use a 'join' later (not yet included in mine) to concatentate them.
In my case, the automatically created 'for each' loop fails.
Here's the flow, and the error I get.
So far, the flow work except for the 'For Each' loop below.
For what it's worth, the select (that I created) was intended to extract the values from the 'Assigned' column.
Additionally, when I tried to just add the 'assigned' column to the 'Create HTML Table' component, then it added it to a 'for each' loop just like the 'Select' component above - but this also failed.
Any help would be greatly appreciated.