We have a request form that requires the users manager and then director to approve. That part is easy enough, but how can I add in some logic that says if the user submitting the request form is a manager, then skip the approval for manager and go directly to the Director. Or if the user submitting the request form is a director, then skip the approval all together.
I've added Get manager (v2) action and I can use a Condition to show if the user is a manager or director, but how can I use that in the logic?
Any help would be appreciated.