I have a power automate flow where I used to send an email to users with dynamic fields in the email body with basic html and href links attached.
I am facing an issue where my html code gets messed up and up every time I try to edit it or have re-open it.
Looked at the post below where they also faced similar issue
As a solution they suggest putting the html code in a compose element. I have no idea how, can someone please suggest a
step by step direction or example. I haven't found an example anywhere which utilize compose for html code
Example of my html code:
<p>
<p>@{variables('ImageTag')}<br></p>
<p> Click on the link to fill out the report <a href= Dynamic Values for my Link >Accident Report Form</a> </p>
<ul>
<li><b>List A:</b> Dynamic Values</li>
<li><b>List B:</b>Dynamic Values</li>
</ul>
</p>
Thank You!

Report
All responses (
Answers (