I am trying to build a flow to send an email. I can get all the correct info into the email, but it's not displaying in the email the way I want, particularly my Ordered Items section.
My flow is taking a collection, parsing to JSON, and then I have a compose that puts each item into a new line.
The output for the Compose looks how I want it;
And this is how I have the email built:
But this is how the email looks for my Ordered Items section. It's placing it all into one line. I would like each item on a new line the same as the output from my Compose.