How to add link to RITM in Flow Designer send mail?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2022 01:25 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2022 12:52 AM
Per the docs:
Note: Flow Designer does not support the ${URI} parameter in the email message body. To create a link to a record, use data pills, or create a notification step instead.
So yes you can, but you need to manually construct the URL using the data pills as reference
However like the docs suggest, it will probably be easier to use the Send Notification action instead of Send Email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2022 08:40 AM
Thank you so much for your suggestion Luke!
I'm familiar with the Send Notification action, but also wanted to learn how to do it in Flow Designer, send email action.
Do you have an example how to manually construct the URL using the data pills so that I can learn from it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 12:03 AM - edited 10-04-2023 12:34 AM
Hi @Radhika11
Best way to add a link to the RITM in send mail action in flow designer. Try following steps:
Toggle scripting on for body (marked in attachment).
Then write below code:
Please accept the solution & mark helpful if it works for you.
Regards,
Aishwarya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 11:06 AM
Do you think it is possible to write this as a reusable Custom Action, that returns link to the RITM, regardless of which environment it is found in (Dev, Test, Prd)? I don't want to hard-code the environment so the Custom Action will work in any of our environments.