Hello Power Automate Community,
Can you please see if you can help here:
I was inserting formatted URL links using <a href="url">link text</a> notation into HTML Table before.
Typically, I would use "Get Items" filtered with filter query and then generate HTML table where one of the columns would be an Url link that receives an ID from "Get Items output" and some link text value also from "Get Items output". The link would get properly formatted.
Now I am using "Get Items" and then filter array and parse json actions per screen shots
When i am emailing the table - the link is working, but it's not formatted properly (please see the screenshot)
I tried putting the same link into a string variable and emailing the variable directly- it works fine and gets formatted the way I expect, it seems that it gets into a conflict with HTML table only .
I tested html table without the table styling - still the same issue.
I also tried using select action before HTML but didn't help
do you have any ideas?


