Select box type variable value not populationg in email notification

Sivakrishna
Kilo Sage

Hi team,

               I am having a select box type variable having question choices as Yes and No. I need to populate the this variable value in the email notification. Its populating date type variable value and not printing the value of select box variable value in the email notification by using below code:

${variables.would_you_like_to_apply}

 

Please suggest me any solution for this.

 

With Regards

P. Siva

 

2 REPLIES 2

Appanna M
Tera Guru

Hello @Sivakrishna ,

 

Assuming you are looking for a variable value on the notification body from a form. Can you try with the below code once in the notification.

 

${request.would_you_like_to_apply}

 

Please Mark My Answer as Helpful and Accept as Solution, if you find this article helpful or resolves your issue.

Karunakaran
Mega Guru

Hi @Sivakrishna ,

 

Can you please refer this link and try with only the particular variable instead of for loop?

 

https://www.servicenow.com/community/developer-forum/how-to-include-variable-editor-variables-in-ema...

 

Please post, if this is not working,

 

Thanks,

Regards,

Karunakaran.