Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Can we send RITM variables using Send notification action.

Obito
Tera Expert

Hi all,

Can we send RITM variables using Send notification action. 

 

Obito_0-1725958687345.png

Thanks.

2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron

Hi @Obito 

 

https://www.servicenow.com/community/developer-forum/using-variables-from-ritm-in-notification/m-p/2...

 

https://www.servicenow.com/community/itsm-forum/add-all-ritm-variables-to-a-notification-email/m-p/7...

 

https://www.servicenow.com/community/developer-forum/how-to-populate-one-ritm-s-variable-value-in-em...

 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG

****************************************************************************************************************

View solution in original post

KrishanSharma
Tera Expert

Hi @Obito 

If you're trying to access the same fields/variables in your notification record from the selected RITM in the 'Record' input. Then, you can do that like this:

RITM Variables in Notification.png

But if you want to pass any custom data from your flow to notification, then you can using a Script action where you'll be using the gs.eventQueue() method to call your notification record with required parameters.
You can find more detail on this here:

https://www.servicenow.com/community/developer-forum/gs-eventqueue/m-p/1529243 

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron

Hi @Obito 

 

https://www.servicenow.com/community/developer-forum/using-variables-from-ritm-in-notification/m-p/2...

 

https://www.servicenow.com/community/itsm-forum/add-all-ritm-variables-to-a-notification-email/m-p/7...

 

https://www.servicenow.com/community/developer-forum/how-to-populate-one-ritm-s-variable-value-in-em...

 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG

****************************************************************************************************************

KrishanSharma
Tera Expert

Hi @Obito 

If you're trying to access the same fields/variables in your notification record from the selected RITM in the 'Record' input. Then, you can do that like this:

RITM Variables in Notification.png

But if you want to pass any custom data from your flow to notification, then you can using a Script action where you'll be using the gs.eventQueue() method to call your notification record with required parameters.
You can find more detail on this here:

https://www.servicenow.com/community/developer-forum/gs-eventqueue/m-p/1529243