Convert string URL into clickable link?

keshav77
Tera Contributor

Hi All,

 

I want to convert string URL into clickable link in string type of filed how this is possible?

 

4 REPLIES 4

Najmuddin Mohd
Mega Sage

Hi @keshav77 ,
Can you try by using OOB field, URL which converts value into a URL.

If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.

MahathiVeeR
Giga Sage

Hi @keshav77 ,

You have multiple ways of doing it: 
1.Utilising the OOB URL field option 
2.HTML Field, Insert/edit link 
3.Customisation

Please refer to : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0759336#:~:text=1.,the%20inse....

If my answer helped in any way, please mark it as Correct & 👍Helpful

Regards,
Mahathi


vermaamit16
Kilo Patron

Hi @keshav77 

 

You can refer support article for your requirement:

How to add hyperlinks to string fields? - Support and Troubleshooting

 

Thanks and Regards

Amit Verma

Thanks and Regards
Amit Verma

amitshishod
Tera Guru

There are multiple ways of doing it: 
1.OOB URL field option is there
2.HTML Field  - Using a href attribute 

Ex: <a href="Paste Url you want to redirect"> On clicking here user will redirect</a>
If the above information helps you, Kindly mark it as Helpful and Accept the solution.