- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 12:29 PM
I need to add a link to a specific record within email notifications distributed via Flow Designer. If this requires inline scripting experience, I unfortunately have no scripting experience.
Can anyone from the Community provide guidance?
For example, the distributed email should display the following text:
For more information, click the link to view the GRC Request: LINK
(Trigger + Requests Record + Sys ID)
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2020 08:16 AM
Kieran,
We were able to successfully implement use of the Link Generator. This seems to provide potential for future use as well as for our current use case.
Thank you so much for the extra guidance and assistance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2021 07:09 AM
I was able to link with current variables for Approval in scripted email body
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 08:24 PM
Hi Rodney, it's not working. What did I missed?
For more information, click on the link to view the record: "<a href='https://xxx.service-now.com/nav_to.do?uri=sn_compliance_rk_training.do?sys_id="+fd_data.trigger.current.sys_id +"'>LINK</a>"
Advanced thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 10:45 AM
after using the link generator , in the email when i click on the hyperlink(in this case it it task number) it doesnt take me to the task record instead it says page not found.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2024 02:28 AM
Can you share the URL that has been created?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 10:59 AM
I figured it out and its working @Kiernan