- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2021 11:54 AM
Hello there,
i creating and working with workflows in the service now and i created a notification task to send some informations to the users and a survey link, but the field of the description is a string field. How can i add a hyperlink in this field? using script?
i uploaded an image of the field.
Thank you all
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2021 12:06 PM
attachment missing, please reattach.
If you are looking to send clickable link on your notification, you can try with email script and call that on your workflow notification activity .
eg:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2021 02:00 PM
Any update on this thread ?
If your query has solved , kindly mark the answer correct and close this thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2021 07:41 AM
I would highly suggest that you raise an event in the Workflow and create a separate Notification for the actual email. Not the best idea to create Notifications within the Workflow itself as it can create maintenance issues later on. One example is if you need to update the Notification, Workflows currently running would not get the updated one.