- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello All,
I have a requirement to add few texts as well as hyperlinks in the worknotes section of a catalog item through Flow designer.
In the worknote of the catalog task it should look like:
Platforms Included:
ABC
Form Definitions link : Link of a confluence page
Once Complete, please save the RITM Number in the unlocked field in the request details, then close the task.
I am able to add the hyperlink, but not sure how to add the rest of the text together with hyperlink.
Need help on this.
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
you can add normal text before or after
Example:
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Ankur,
This is how I have written in the script section of Work note in the flow designer to display the hyperlink:
Platforms Included:
ABC
Once Complete, please save the RITM Number in the unlocked field in the request details, then close the task.
The above texts I need to show in the worknote along with the link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
you can add normal text before or after
Example:
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thanks Ankur! It worked.