- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
There is one flow designer created where if requested select the options and according to options approval group trigger. But for example if user select 4 options it will trigger four approval group and anyone one of the approval user approve the request it get approved and create the task. But I want all the approval user needs to approve the request then only it will create the task. If anyone rejects it should reject the request. IF condition is crated "Do the following in Parallel".
What ever requested has selected 1,2,3,4 or all 4 options it will trigger approval group according to the number of options selected.
I want the flow logic to implement this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @SHUBHAM78 ,
- you can Create a subflow and write approval Rule in Ask For Approval action as below:
- return the rejected status from the subflow ( refer existing Requested Item Manager Approval Subflow)
- call this SubFlow from your main flow and check whether rejected is true, end accordingly
- if not rejected, then create the task using the create task action.
If you are stuck anywhere or need any assistance, please do respond.
Regards,
Nishant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
so you want approvals to go to all 4 group and every group member should approve it?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Ankur Bawiskar
Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
so what did you start with and where are you stuck?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
