Skipping "Ask Manager for Approval" in Flow if Request is opened by a manager
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 06:12 AM
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 06:39 AM
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