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’), ‘<’ , ‘<‘ ), ‘>’, ‘>’), ‘"’, ‘ ” ‘)
after that add the output of your expression inside the CSS compose
