Announcements
I am not using Power Automate to push email notifications from an app but using the Office365Outlook connector. It is working as expected, but now I want to include a link to the app in the email. Would I just concatenate html strings like an <a href> tag? How can this be done?
Thanks
Hi,
You may add the link in the body by using code like below:
Office365Outlook.SendEmailV2(
//to address@SendTo,//subject"New Request Alert",//body"CLick here to see the link <a href='" & PowerAppsLink & "'>link </a>",{ IsHtml: true })
make sure your link starting with html:// and paste instead of PowerAppsLink in the above code
Thanks! That worked. I think I was missing the {IsHtml:true} property.
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 834
Valantis 533
Haque 410