- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-04-2021 05:29 AM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-04-2021 06:37 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-04-2021 06:37 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-04-2021 07:13 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-04-2021 07:28 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-19-2022 07:53 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-04-2021 06:51 AM