- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2025 12:33 AM
I need help with Parallel approval in flow design.
Requirement:
Create a request to provide access to folder path.
Suppose we are asking for access for 4 different path, It will go for 4 different approval.
If 1 is rejected. That path should go to different variable name: Rejected folder
and for rest 3, task should be created.
How can I achieve this with Flow designer.
In my case it is going for approval one by one. And if 1 is rejected then whole RITM is becoming closed incomplete.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2025 09:40 AM
I have fixed the issue in an easier way.
Instead of "Ask for approval", I simply updated record in "Approval table"
No coding was needed and approvals were generated for each folder path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2025 12:42 AM
Hi @Sohini Kar
Parallel approval cannot be achieved using a single flow. To implement this, you need to create parent and child catalog items along with corresponding flows.
Below is the community response I provided for a similar requirement. PFB
Let me know if you have any queries.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2025 04:19 AM
Hi, It wont work as the number of approval is not limited.
The approval is coming from a List collector Variable. So user can add as many path as they want from the table, and for each path, each approval will go.
I got a similar workflow script. But I am unable to write the similar workflow script in Flow design.
Here is the script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2025 12:55 AM
parallel approvals are always challenging in flow, but here is the workaround. it uses Do the following in Parallel
Parallel Approvals in Flow Designer
sharing 1 more link
Parallel approvals in flow designer - proposed solution
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
‎03-20-2025 04:18 AM
Hi, It wont work as the number of approval is not limited.
The approval is coming from a List collector Variable. So user can add as many path as they want from the table, and for each path, each approval will go.
I got a similar workflow script. But I am unable to write the similar workflow script in Flow design.
Here is the script: