I have a flow that pulls data from a sharepoint list and then uses that data to populate a template in microsoft word. I am trying to collect all the values from a column and join them with a semi colon followed by a line break. I've successfully done this with the below actions.
However, the formatting is weird:
it should look like this:
testing accomplishments;
testing response;
testing response;
Test Input for - Accomplishments
I'm guessing I need some kind of compose action to work with just the values from this column but unsure what that would look like.