hi
I like to check if email can be link as hyperlink and when use click it will open outlook to send the email. I need the text to as stated below, do I use HTML text to input it?
sample text
"<b>NOTE</b>
The form has been be completed.
step
1 xxx
2 xxx
3 xxx
4 refer to policy - this is a hyperlink to open the site
If you are facing technical issue, click to send to IT for help. XXX@gmail.com (anyway to hyperlink the email when click open outlook to send)?
May I know what are the steps need to write in PowerApps? look very complex to do, kindly guide step by step.
Thank you
Hi @bbsin ,
Part of your needs can be realized:
when use click it will open outlook to send the email. For example:
Launch("mailto:xx@xx.com",{subject: "Subject", cc:"XXX@xx.com", body: "
<b>NOTE</b><br>
The form has been be completed.<br>
step<br>
1 xxx<br>
2 xxx<br>
3 xxx<br>
4 refer to policy - this is a hyperlink to open the site<br>
If you are facing technical issue, click to send to IT for help. <a href= ""mailto:XXX@gmail.com"">XXX@gmail.com (anyway to hyperlink the email when click open outlook to send)?",IsHtml:true}
)​
Identify HTMLTags
Best Regards,
Bof
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 2