- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 11:17 AM
The goal is to have a flow run daily on the sys_user table, pull in those that have account expiry within 2 weeks and ask for approval. Upon approval/reject, it should open a task to remove/renew the account. I have the below flow built but it only seems to want to run one approval action and not the second one (in some cases where there are more than one). In my example there are 2.
1st one.
2nd one
What am i doing wrong here?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2025 08:09 AM
Okay i Finally got it to complete on this example of 2 users:
1st
2nd
Cause: End Flow was causing the issue after create task on both reject/approve steps. I removed both of those and now it completes.
Issue: New Issue it does not generate approvals more than one at a time. So the first record has to be approved then the next one will show up. Is there a way to just generate all approvals for all the look up records at once?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 11:57 PM
you should move everything from step 3 onwards till the end within the For Each since you want approval to be triggered, task to be created for each record while iterating
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
‎05-07-2025 07:31 AM
They are already childs of the "for each" step 2. Should i move them somewhere else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2025 07:56 AM
you can click the down arrow to see the next flow iteration
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
‎05-07-2025 08:09 AM
Okay i Finally got it to complete on this example of 2 users:
1st
2nd
Cause: End Flow was causing the issue after create task on both reject/approve steps. I removed both of those and now it completes.
Issue: New Issue it does not generate approvals more than one at a time. So the first record has to be approved then the next one will show up. Is there a way to just generate all approvals for all the look up records at once?