Ankur Bawiskar
Tera Patron
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
04-04-2025 05:12 AM - edited 04-04-2025 06:33 AM
In ServiceNow's Flow Designer, there are often scenarios where you need to include a link to a specific record within an email. However, when using the Send Email flow action, this isn't directly possible. Here’s a simple yet effective workaround to achieve this:
Workaround Steps:
- Create a Flow Variable: Start by creating a new flow variable of type String. This variable will hold the URL of the record you want to link to.
- Set Flow Variables: Use the Set Flow Variables flow logic to populate the string variable with the desired URL. You can construct the URL using the record's sys_id or other identifiers.
- Include in Email Body: Finally, incorporate the flow variable into the body of your email. This will allow recipients to click directly on the link and access the relevant record.
Output:
1) Flow Variable
2) Email link
- 2,299 Views
Comments
Chaitanya ILCR
Mega Patron
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
05-04-2025
09:39 AM
AnjalPDijo
Tera Contributor
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
07-09-2025
12:12 AM
Thanks
AanchalS
Tera Contributor
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
07-13-2025
02:15 AM
i have done the same thing but its redirecting to a new record not my ritm
pkk683664258927
Tera Explorer
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
07-18-2025
07:54 AM
I am also seeing the newly created record when clicked on link. Any idea why this is happening?