Is it possible to add a hyperlink to Windows setting or other setting in Power Automate without the prefix "https://"? I'm trying to create hyperlink in email to launch Outlook calendar using <outlook:calendar>. It works if I create the hyperlink in Office apps, but when I use the syntax to create the link in Power Automate, it doesn't seem to work.
I've tried several variations, including the two below which should work, but no dice:
<a href="<outlook:calendar>">Today</a>
<a href="outlook:calendar">Today</a>
I've even tried using a compose action, but that still doesn't work. Any help would be appreciated!
Solved! Go to Solution.
Thanks for testing this out. Yeah...it actually works, but only in Outlook client. It does not work from OWA. I found there is a GPO setting called IntranetFileLinksEnabled which apparently has to be enabled before Edge will allow this to work:
https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#intranetfilelinksenabled
Hi @RADical ,
I made a test and '<a href="outlook:calendar">Today</a>' worked for me.
Please see the screenshots.
Best Regards,
Wearsky
Thanks for testing this out. Yeah...it actually works, but only in Outlook client. It does not work from OWA. I found there is a GPO setting called IntranetFileLinksEnabled which apparently has to be enabled before Edge will allow this to work:
https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#intranetfilelinksenabled