Add link to record in Flow Designer email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 07:13 AM
Hi all,
I am recreating a workflow in Flow Designer. I am trying to figure out how to add a link to an "send email" action like we did using ${URI} in the workflow. Documentation says to do it through the Data pills but I am not sure how to do it or what field to use.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 07:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 07:18 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 07:22 AM
Hi @Jonathan102
using field script you can add the line to worknotes/comments of the record
var URL = '';
URL = "[code]<a href='";
URL += your url;
URL += "' target='_blank'>" + "link" + "</a>[/code]";
return URL ;
Please mark my response as Correct/Helpful based on Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 07:22 AM
Hi @Jonathan102 ,
Please refer to below thread:
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda