How to create multiple RITM for single request through flow designer

shweta14
Tera Contributor

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.

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @shweta14 

https://www.servicenow.com/community/developer-forum/how-do-you-create-multiple-ritms-from-a-list-co...

 

*************************************************************************************************************
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]

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

Hi Atul,
In my Flow added trigger condition like below

shweta14_0-1713331492967.png

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?