
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 02:11 AM - edited 11-07-2024 02:12 AM
Hi,
I want to get value from variable and display that value as link appending with some text as below. But additional comments is not getting added. Can someone please suggest.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 02:35 AM
Hi @Community Alums ,
Please try something like this : Desired text which you want [code]<a href="http://www.service-now.com">ServiceNow</a>[/code]
Output:
I tried it and I was able to get the desired output.
Please mark this solution as "Helpful" and "Accepted Solution" if this solution helped you in any way.
Thanks and Regards,
K. Sai Charan
Sr. ServiceNow Developer
Deloitte India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 10:09 AM
Hello @Community Alums
- Please check the screenshots in my previous solution.
- If you see I have not hardcoded any value, instead taking the data from the variable 'link'.
- The code looks something like this but please note "Enter catalog variable pill" replaced by catalog variable pill as shown in the screenshots.
[code]<span>The fulfillment of your request is in progress. Click on the <a href="Enter catalog variable pill" target="_blank">"Enter catalog variable pill" </a> for more details.</span>[/code]
Note: screenshots are attached in my previous solution in the same thread.
"If you found my answer helpful, please give it a like and mark it as the "accepted solution". It helps others find the solution more easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 02:27 AM - edited 11-07-2024 02:28 AM
Hi @Community Alums
Can you try
[code]<a href="https://www.example.com" >Click here to visit Example</a>[/code]
instead of '"https://www.example.com" >Click here to visit Example' use your data pill
Please Mark Helpful and Correct if it really helps you.
Regards,
Sejal Chavan
Thanks & Regards
Sejal Chavan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 02:35 AM
Hi @Community Alums ,
Please try something like this : Desired text which you want [code]<a href="http://www.service-now.com">ServiceNow</a>[/code]
Output:
I tried it and I was able to get the desired output.
Please mark this solution as "Helpful" and "Accepted Solution" if this solution helped you in any way.
Thanks and Regards,
K. Sai Charan
Sr. ServiceNow Developer
Deloitte India

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 06:56 AM
Hi,
The solution worked but I should not hardcode the link I have to get the link from a variable value. Variable I have created with type url and has set the value. But when getting the value in flow it is coming as plain text but not as a hyperlink.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 07:27 AM
Hi @Community Alums,
All I did was to get the variable which was storing the website link and adding it to the script which I already provided earlier. Please find the below screenshots for references:
URL Variable :
Flow :
Following the above steps, I was able to get the link on the RITM additional comments which when clicked opens the link in the next tab.
Please mark this solution as "Helpful" and "Accepted Solution" if this solution helped you in any way.
Thanks and Regards,
K. Sai Charan
Sr. ServiceNow Developer
Deloitte India