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
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...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

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

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
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...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

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

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