Hi All, In power automate desktop, How do i insert a Hyperlink in the Body field of a Send email through Outlook Action

Hi All, In power automate desktop, How do i insert a Hyperlink in the Body field of a Send email through Outlook Action
You will need your email body to be HTML for hyperlinks to work. So, first of all, make sure this toggle is enabled:
When it is enabled, you will need to provide proper HTML formatting to the entire body of the email.
You can then use the following syntax to insert a hyperlink into the text:
<a href="https://www.SomeURL.com/">Some Text</a>
See this tutorial for reference: https://www.w3schools.com/html/html_links.asp
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.