How to get Variable detail in Notification Script

shaik_irfan
Tera Guru

Hi,

I have a Notification Script designed now i want to get the variable details in Notificaiton script can anyone please help me on this

7 REPLIES 7

AbhishekGardade
Giga Sage

Hello Irfan,

you can access any variable in following way:

current.variables.variable_name;

or

You can create a mail script and gliderecord the table and fetch the values in same way mentioned above. Then call that mailscript in notification as beloq:

current.variables.variable_name; or current.variables.variable_name.getDisplayValue();

${mail_script:nameofscript}

Please mark as Correct Answer/Helpful, if applicable.
Thanks!
Abhishek Gardade

Thank you,
Abhishek Gardade

Ashwini Jadhao
Giga Guru

Thanks you all for your quick response.

I have used the same script as Jaspal mentioned and also added that email script to notification body.

That script is working fine but only issue is the variables which are not RITM variables those are also visible in email body.

Vynna19
Tera Contributor

${variables.question_name}