Flow designer multiple approvers

Priyanka Chaud1
Tera Contributor

Hey folks,

Currently I have one variable field which is multiselect. Each option has different approval groups to approve. When user selects multiple option it should trigger all approvers group of each option at same time. For this I used 'do the following in parallel' by adding if conditions and approvals so it is working fine and its going for all approvers group at same time but the issue is if anyone from one group approves it is no longer required approval for other approval group member as well.

For ex:-option 1 has group approval 1 and option 2 has group approval 2 if group approval 1 member approves it says 'no longer approval required' for group approval 2 as well..

Please help me with this @Ankur Bawiskar @suvro @Anil Lande 

1 ACCEPTED SOLUTION

Hello @Priyanka Chaud1 

Thanks for sharing more details. I tried to reproduce your issue and I was able to reproduce this issue on PDI.

I am still not able to find root cause but you can make below changes to stop it is being set to 'No Longer Required'.

Set "Approval field" empty in your 'Ask for Approval' action. When any user from any group approve request this field is being set to 'Approved' and that is causing cancellation of all other approvals (system consider it part of same set).

Optional  - same as 'Approval field" you can set Journal field empty.

 

Screenshot 2023-12-11 at 6.39.37 PM.png

 

you need to make above change in all Ask for Approval actions used in Parallel.

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

21 REPLIES 21

Hi @Priyanka Chaud1 

 

Sure, could you please help me what action you are using?

Like ask for approval? or Sub flow -manager approval?

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Anil Lande
Kilo Patron

Hi,

Can you please share screenshot of your FLOW?

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Sure flow1.pngflow2.pngflow3.png

Hi @Priyanka Chaud1 

 

I saw you are using same action - Ask for approval.

 

When you click on this 

you will see option

LearnNGrowAtul_0-1702298241291.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Please understand my question the solution which u provided does not have that option in it my ask is if one group approvers its showing no longer required for other group member also it should not show that it should allow approval for other group also @Dr Atul G- LNG