Just started learning Power Automate. Please help me to get these HTML tags work.
I had created an approval flow from the template. It worked, however the emails included "html tags" such as:
A new Directive file ( <div class="ExternalClass002E88F441CB4FD9A3324671D8FEE951"><div style="font-family:Calibri, Arial, Helvetica, sans-serif;font-size:11pt;color:rgb(0, 0, 0);"><span style="color:black;">CW TEST 3 Subject</span><br></div></div>) has been uploaded for review.
This is the outcome from the following setup on the the first line of "Detail" .
What is the underlying issue that's causing this and how can I fix it?
Solved! Go to Solution.
Approval Emails use adaptive cards and don't support the use of HTML. You can find the markdown characters here:
Use markdown to format Power Automate approvals - Power Automate | Microsoft Docs
Approval Emails use adaptive cards and don't support the use of HTML. You can find the markdown characters here:
Use markdown to format Power Automate approvals - Power Automate | Microsoft Docs