When creating a branch, we have the ability to select the and / or option when adding conditions within a branch...
However if we have Condition A in the branch...
and then select OR Condition B in the same branch...
We then try to select AND Condition C in the same branch, it turns the previous selection ALSO to AND.
In other platforms this doesnt happen...
So we should be able to have a branch that allows for Condition A -OR- Condition B -AND- Condition C.
Which means if Condition B AND Condition C are met = Pass
If Condition A AND Condition C are met = Pass
If neither Condition A OR Condition B are met while Condition C -IS- met = Fail