Hi everyone, I have a flow, where I get an approval answer as a text message. This text message I want to use in an email, but it's writing everything in the same row and I can't split it. Here's the example below.
As you can see I want to split the answer from the approval in different rows to send it out as an email, but the result looks something like this:
The split looks like this:
Hi @jkbblzs ,
Please check this test:
replace(replace(replace(outputs('Start_and_wait_for_an_approval_of_text')?['body/acceptedText'],',','<br>'),'<','<'),'>','>')
My Outlook Inbox:
Best Regards,
Sunshine Gu