In case of any Rejection, all remaining approvals should move to "Not required"

Pratiksha KC
Tera Guru

In case of any Rejection, all remaining approvals should move to "Not required"

We have created a flow that generates approvals based on a variable:

  • If the fulfiller selects one approval required and type = Individual, the system sends approval to one selected individual user.

  • If the fulfiller selects two approvals required with the first type = Individual and the second type = Group, the system sends two approvals — one to the individual user and one to the group.

The issue arises when we select two approvals required (Individual + Group):

  • If the individual approver rejects the RITM, the other approval(s) do not move to "Not Required" status and remain in "Requested".

  • However, when the individual approver approves, the behavior works correctly.

👉How can we ensure that in case of any rejection, all remaining approvals automatically move to "Not Required" instead of staying in "Requested"?

 

We are facing an issue with our approval flow configuration.

When we select two approvals required, the system generates two approval requests as expected. However, even after approving one approval request, the RITM still waits for the second approval before proceeding.

How can we configure the flow so that if any one of the approvals is rejected, the RITM can move forward without waiting for the second approval?

 

Attaching SS of flow for the reference. 

 

PratikshaKC_0-1756996922842.png

PratikshaKC_1-1756997019751.png

PratikshaKC_2-1756997058940.png

PratikshaKC_3-1756997148200.png

 

 

 

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Pratiksha KC 

I believe it's out-of-the-box (OOTB). If you look at the Change module, it’s fully OOTB. You can refer to that as an example and build your own accordingly.

 

DrAtulGLNG_0-1756997805322.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]

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

Hi @Dr Atul G- LNG 

We are facing an issue with our approval flow configuration.

When we select two approvals required, the system generates two approval requests as expected. However, even after approving one approval request, the RITM still waits for the second approval before proceeding.

How can we configure the flow so that if any one of the approvals is rejected, the RITM can move forward without waiting for the second approval?

Yes, it will wait because the flag logic takes precedence, and until both are rejected, it depends on what you mentioned here.

 

 

DrAtulGLNG_0-1757000705456.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]

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

John Gilmore
Giga Guru

Because of the way you are generating the approvals they won't automatically relate the first approval and the second approval in your flows to each other. As a result you will need to create a separate flow that triggers when an approval associated with the target table has its state updated. The flow will then need to query for all other approvals associated with the same record that are not in the desired state and update them to the correct state.

If you need help on how to create the flow to do this we can help but need a bit of information on the configuration of your instance. Questions such as if the record being approved is on a custom table etc...