- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 01:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 02:30 AM
Hi @Obito
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 02:40 AM
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:
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 02:30 AM
Hi @Obito
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 02:40 AM
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:
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