How to replace HTML tags when within automated email and display content properly ? – Power Automate)

When you create a work flow and face a problem with the output is displaying HTML code like the image below:

there are multiple ways you can use to fix this issue. One of the solutions is using the expression Replace in your flow to replace the HTML code seek the example below:

the expression used in this example is: replace(replace(replace(body(‘Create_HTML_table_for_related_Items’), ‘&lt;’ , ‘<‘ ), ‘&gt;’, ‘>’), ‘&quot;’, ‘ ” ‘)

after that add the output of your expression inside the CSS compose

Leave a Reply

Your email address will not be published. Required fields are marked *