How to skip Ask for approval action based on condition in Flow designer

Sriharsha3
Tera Contributor

Hello

 

Im configuring a flow with some actions after appoval. I need to skip this approval if the requester is manger/ director etc. How can i add this on ask for approval action to skip and then perform action.

This can be done by an if condition, but it is duplicate work and needed a solution to fix this.

 

Thanks 

1 ACCEPTED SOLUTION

Ah okay.

Then why don't you create an after insert BR on sysapproval table and there you check 

the requested for is manager/director, if yes change the state to no longer required.

This way the control moves further.

Mark the comment as a correct answer and helpful if this helps to solve the problem.

View solution in original post

16 REPLIES 16

Ah okay.

Then why don't you create an after insert BR on sysapproval table and there you check 

the requested for is manager/director, if yes change the state to no longer required.

This way the control moves further.

Mark the comment as a correct answer and helpful if this helps to solve the problem.

Thanks, This should work. However, after creation of approval, it will trigger a notification which should not be triggered. I was thinking to skip creating it without an IF condition. Now, i think i will go back creating IF as earlier.

yes, that is the better solution if you want to avoid triggering notification itself.

Mark the comment as a correct answer and helpful if this has answered your question.

I want skip the notification when skip the notification for manager is "YES" in workflow? what script condition i need to include in BR. 

Can you please help me out?

Chandrashekar t
Tera Guru

Hi, 

 

you can configure something like this.  It will skip the supervisor approvals if the user supervisor if submitting the request. 

 

Please mark answer correct If applicable. 

find_real_file.png