I want to include a microsoft list hyperlink into a send en email Action.
But when test I my power automate flow, the hyperlink is not snet as a clickable hyperlink. How ccan I make it clickable to be redirected to the list location in sharepoint?
You need to put the body of the e-mail message in HTML code view by clicking on </>. You can then code the URL using standard HTML code:
<a href="http://www.google.com">Google</a>
1 people found this reply helpful.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.