How to add a url as a variable on the record producer for service portal

mounika58
Mega Expert

We need to add a variable in Record producer which is a label type and this variable description contains hyperlink.

In service portal , this variable description is coming correctly but hyperlink is missing for the link. Jelly wont work in service portal.

Please suggest

3 REPLIES 3

Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

Are we really talking about description? since that field shouldn't be visible in the portal. Sure you aint talking about instruction field?


mounika58
Mega Expert

Hi Goran,



Please consider this as label field and question contains hyperlink.


Gurpreet07
Mega Sage

Why are you using jelly to display a hyperlink in label variable question. simply use html tag <a> ... and it will be displayed as hyperlink on portal as well if you have property 'glide.ui.escape_text' to false.     Also you could create a widget in for hyperlink and then use macro variable and refer that widget.