We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

dot walk through in notification sys approval table

Srini19
Tera Contributor

Hi Expert,

I want to send email notification based on some condition of request item variable value. How do i dot walk through of Requested item variables from sysapproval_approver table. I tired but couldn't able to get it. Please assist if you could so.

Thanks

Srini

1 ACCEPTED SOLUTION

Hi,

if it's normal variable set and not MRVS then syntax is the same just like you fetch normal variables

current.variables.last_name

regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

6 REPLIES 6

Hi,

if it's normal variable set and not MRVS then syntax is the same just like you fetch normal variables

current.variables.last_name

regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Hi,

I made it already. You are correct. thanks for the info

Regards

Srini