Skipping "Ask Manager for Approval" in Flow if Request is opened by a manager

Manoj50
Tera Contributor

In Flow Designer How to skip "Ask Manager For Approval" and "Group Approval" if request is opened by Manager 

Can someone please help me to achieve this 

Thanks in Advance

 

Manoj50_0-1709820583722.png

 

1 REPLY 1

alvinbm1
Tera Expert

Assuming Manager roles are well defined in SN....

Add a condition to Flow designer...  It might look something like this:

if [request.openedBy.isManager] is true:  skip "Ask Manager For Approval" and "Group Approval" steps
else:
  continue with "Ask Manager For Approval" and "Group Approval" steps