Hello! So I have an approval flow that requires approval from 4 people : The person's manager, their Branch manager, their VP, and the CEO. My flow automatically looks for which Branch their in, and sends an approval to those 4 people. It looks something like this :

However, a Branch manager might make this request, in which case he does not need approval from himself. Is there a way to dynamically tell it to not get approval from himself? The only way I can think to do this is to do a Condition, for if Job Title = Branch Manager, and then split it do 2 different approvals, one with all 4 people if they're not a branch manager, and one with approval from 3 people if they are a branch manager. But then I have 2 different approvals, so I don't know what complications that would cause.