I have a flow that for a selected item will get the item details, find a lookup field with multiple values, then, in an apply to each loop get the items and three column/field values for each row that matches the title of the lookup field in the orignial list. Then, it will create an HTML table of those three fields for that specific row, send it to an array variable i initialized outside the loop, and when I try to create an HTML table of the looped data I get an error.
I cannot figure out how to pass the HTML from the loop outside the loop and then bundle it back into a single table so I can email the combined table.
Please help.
** I've tried multiple ways to append the variable as a string and as an array, so I have two labeled variables initialized because I've tried both so many times I'm sick of deleting and creating them over and over.

