- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
How to add an external link as dynamic link in servicenow email template in flow designer? I am sending an email and the link in the email body which is attached should be dynamic which is not a servicenow link
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
check my blog and enhance for your requirement.
ServiceNow Flow Designer: Adding Record Link in "Send Email" flow action
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Try blow in flow designer email body script (select script instead of plain text).
var emailBody == "your email body";
var url = "dynamic url"; // build the dynamic URL based on your requirements.
return emailBody + "<a href =" +url+"> click here </a>";
Please mark the answer correct/helpful accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago - last edited 5 hours ago
the react portal is down, once it starts working, i will test it. Just waiting for the confirmation. From Snow end it seems fine, but lets see how it is gonna behave there. Also I used flow variable, if in end portal that doesn't work, I will use this script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
