Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Dynamic Links in Emails in Flow Designer

Mayank Rustagi
Tera Guru

Hi,

How do i insert a dynamic link in the email body in flow designer?

The goal is to provide a link/button in the email body to navigate to the current record.

1 ACCEPTED SOLUTION

MG Casey
Mega Sage

The best method I found is using a flow variable. First, you set it with the desired HTML:

find_real_file.png

 

Then, you can call it in your Email action in the flow:
find_real_file.png

View solution in original post

7 REPLIES 7

Deepen Shah
Kilo Guru

Hello Mayank,

Please refer following link

https://community.servicenow.com/community?id=community_question&sys_id=e0c805e7dbfbd34067a72926ca96...

 

Please accept the solution & mark helpful if that works for you.

 

Regards
Deepen shah
aavenir.com

 

MG Casey
Mega Sage

The best method I found is using a flow variable. First, you set it with the desired HTML:

find_real_file.png

 

Then, you can call it in your Email action in the flow:
find_real_file.png

Thanks for this tip! If your instance has languages enabled, instead of creating a new email for each language, you can use it and get the translated message!

find_real_file.png