Line Manager approval - Flow Designer

Guna Shalini
Tera Contributor

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.

1 ACCEPTED SOLUTION

Balakrishnan V
Kilo Guru

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.

View solution in original post

1 REPLY 1

Balakrishnan V
Kilo Guru

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.