How to add ask for approval inside a loop in flow desinger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 01:46 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 03:23 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 03:28 AM
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?