Flow Designer

SHUBHAM78
Tera Contributor

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

1 ACCEPTED SOLUTION

Nishant8
Giga Sage
Giga Sage

Hello @SHUBHAM78 ,

- you can Create a subflow and write approval Rule in Ask For Approval action as below:

Nishant8_0-1761121561600.png

- 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

 

Nishant8_1-1761121766298.png

 

- 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

 

 

View solution in original post

7 REPLIES 7

Ankur Bawiskar
Tera Patron
Tera Patron

@SHUBHAM78 

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! 🙏

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

@SHUBHAM78 

so what did you start with and where are you stuck?

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

SHUBHAM78_0-1761209571945.png