Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to redirect to outlook from variable more info text

lucky6
Tera Contributor

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

Jordan Vignoni
Tera Guru

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>