How to redirect to outlook from variable more info text
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 07:01 AM
I have a requirement where i need to create a variable with more information help text and help text contains " click here" .
It should be redirected to the outlook when we click on the " click here" from the help text.
Thanks in advance..
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 07:19 PM
The "Instructions" for a variable allows for HTML and you can add a hyperlink to Outlook Web Access. For example, in the source code you could put:
<a href="https://owa.test.net">Click here</a>