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!