Select box type variable value not populationg in email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 10:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 11:48 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 01:00 PM
Hi @Sivakrishna ,
Can you please refer this link and try with only the particular variable instead of for loop?
Please post, if this is not working,
Thanks,
Regards,
Karunakaran.