I am process flow impaired and need some help. Our current req approval flow needs to have an additional approver level if the rec location = 0412 or 0729. This has to occur between the current approver 2 and approver 3. I have a branch but it is not working. This list of locations that will need the addtional approver level will grow so I dont know if this would even be the best way to accomplish this anyway.
RQH_REQ_LOCATION != "0412" || "0729" branch to x
RQH_REQ_LOCATION == "0412" || "0729" branch to y thanks kate