Convert string URL into clickable link?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 09:20 PM
Hi All,
I want to convert string URL into clickable link in string type of filed how this is possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 11:04 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 11:36 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 07:08 PM
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
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 07:35 PM
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.