- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2023 03:52 AM
Line Manager approval should be triggered only if Opened By is not Requested for's manager. The line manager approval should bypass to the next step and the record needs to be Approval -> Approved and should move to the next step. If Opened by is different from Requested for's manager, then only line manager approval needs to be triggered and should approve it.
Please help me on this requirement. Tried multiple steps in flow designer.
Solved! Go to Solution.
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2023 04:16 AM
You can keep the IF Condition with Opened By is Requested For's Manager using Data pill picker by dot walking Trigger -> Requested For -> Manager.
Also, use another if condition that will check if this approval activity from above step is approved or Opened by is Requestor's manager then you can use an update record that will change approval to Approved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2023 04:16 AM
You can keep the IF Condition with Opened By is Requested For's Manager using Data pill picker by dot walking Trigger -> Requested For -> Manager.
Also, use another if condition that will check if this approval activity from above step is approved or Opened by is Requestor's manager then you can use an update record that will change approval to Approved.