I split 3 separate strings in my flow, but when it put the string in an e-mail, it puts everything on one line. I understand that HTML doesn't understand special characters like carriage returns, but I was wondering if I could somehow use Power Automate to extract each line of text, store each string in 3 separate string variables and then put the output of each variable in an e-mail.
Send an e-mail v2:
String variable 1
String variable 2
string variable 3
I've attached 3 screenshots. One has the split output, the 2nd shows the code, the other shows what is currently being displayed when I populate the string to an e-mail.
My goal is to have the e-mail display the comments in the following way:
I'm adding a comment.
Now I'm adding a second comment.
Now I'm adding a 3rd comment
Thank you for your help!