- 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
08-10-2020 09:42 AM
Deepen,
We also tried the method you suggested, please advise what modification is required in order for this to work correctly . . .
For more information, click the link to view the GRC Request:
<a href="https://our instance/x_syniv_grc_reques_requests/sys_id=Trigger➛Requests Record➛Sys ID">LINK</a></span></p>
For more information, click the link to view the GRC Request:
<a href="https://sour instance/x_syniv_grc_reques_requests.do?sys_id=Trigger➛Requests Record➛Sys ID">LINK</a></span></p>
Thank you for any additional guidance you can provide!
Carla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2020 09:45 AM
Just realized I included an unintended 's' in front of 'our instance in the second example.
Also, it is not entirely clear to me if .do? should or should not be included after the table name and before the sys_id= reference.
Thanks again!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2020 11:33 PM
Hi
.do is not necessary also you can try hitting same url in browser and see if it works or not.
Regards
Deepen shah
aavenir.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2022 08:08 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2020 09:46 AM
The generate link to table record is designed to be used for journal. fields. the code tags allow html to be rendered in additional comments / work notes fields. There isn't an OOB action to generate a HTML link hence why I've published by actions on the share.developer.com site