How to create multiple RITM for single request through flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 05:07 AM
How to create multiple RITM for one request through flow designer
have one list collector variable on item based on number of records in list RITM should get created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 05:53 AM
Hi @shweta14
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
04-16-2024 10:30 PM - edited 04-16-2024 10:34 PM
Hi Atul,
In my Flow added trigger condition like below
and based on this trigger RITM created along with RITM's created based on records in list variable.
then how to stop this first RITM trigger ?
also if will create multiple RITM then in loop how to set approval( if will add "ask for approval" in loop so it will not create second RITM it will wait for 1st to approve/reject) here want to create multiple RITM at a time and one by one should close.
how to achieve this?