How to fetch Form variable values into Email body?

Gamarawaji
Giga Contributor

Hi,

 

can someone tell me how to fetch the variable values of a form, to Body of the email notification after submission on the form?

 

Thanks.

 

 

3 REPLIES 3

Palak Gupta
Tera Guru
Tera Guru

Hi there!

Can you elaborate more about your requirement.

Regards,

Palak

Tudor
Tera Guru

Hello,

Most likely you will require an email client script where you will have to user

current.variables.[variable_name].

ex: https://community.servicenow.com/community?id=community_question&sys_id=68db47e1db9cdbc01dcaf3231f961904

Tudor

Kartik Sethi
Tera Guru
Tera Guru

Hi @Gamarawaji 

 

You can use ${variables.variable_name} to fetch the variable value in notifications.

find_real_file.png


Please mark my answer as correct if this solves your issues!

If it helped you in any way then please mark helpful!

 

Thanks and regards,

Kartik