I'm working on a flow that is triggered when a new item is created in a Sharepoint list.
I have a Compose action that includes HTML that I'm using to make a PDF report. One of the columns in my Sharepoint list includes a series of names separated by semicolons:
Person 1; Person 2; Person3, etc.
The column type is "multiple lines of text" (plain text). When I include that field in my HTML as dynamic content, I want it to be formatted with line breaks after each name instead of the semicolons, like this:
Person 1
Person 2
Person 3
Any suggestions would be greatly appreciated. Thanks.