How to add ask for approval inside a loop in flow desinger

shweta14
Tera Contributor

Hi Community,

my requirement is based on list variable multiple RITMS should get created

i have added for each loop which will create RITMs based on list
but if I add ask for approval in loop then loop will stop until approved
want to created RITMs at same time and approval should get added to respective list record user.
also facing one issue if list has 3 records then 4 RITM got created (one from trigger condition)

 

how to achieve this?
please find screenshot of my flow below

shweta14_0-1713343356922.png

 

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@shweta14 

also facing one issue if list has 3 records then 4 RITM got created (one from trigger condition) - this is expected since you are submitting a REQ and RITM and then it creates other RITMs.

are all the catalog items same or different?

why not have flow on those catalog items which are getting submitted and handle the approval from there?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

this flow is only for one item
and have variable in that which contains list of items
based on that list RITMs should get created to update list items

how to add trigger condition to avoid 1st RITM created or any way to create RITM based on number of item in list?