I upgrade DFFS to the latest version 1.2.0.0 and tested email workflow using Power Automate FLOW. What I noticed is that line breaks entered in “Body” section (when the rules are setup) shows up as “\n” in Power Automate Flow. This does not get rendered properly in outlook when the email is delivered. Regular HTML tags seems to be working fine (I just had an tag and it worked OK).
I did another test with <br> where line breaks were supposed to be and they rendered fine in the delivered email.
Is there a way to get the line breaks converted automatically from “\n” to “<br>” instead of having to manually do this for all the emails?
Thank you for this quick and simple workaround. I have tested this and can confirm this is working. I am not sure if the code is the same for send later flow. I had to use this to make it work. replace(items('Apply_to_each')?['Body'],decodeUriComponent('%0A'), '<br>')
Thanks – I was a bit to quick on the last edit and have updated the step for “send later” now. You can use what you suggested, but inside a foreach loop you can also just use item() like this: