I need help understanding how to create a complex condition. Below is my test flow. It's constantly evaluating to true right now - going into the Yes branch. I need help understanding the Conditional. Also, what does the checkbox do next to each condition?
In text, here is what I'm trying to do:
If varQualifier equals 'Non-Complience' (OR) varQualifier equals 'Non-Compliance (Veracode)'
(AND)
varAction equals '1 - Submitted' (OR) varAction equals '2 - Get Approvals'
(AND)
varApprovalStatus equals 'Not Started'
(AND)
varProductName is not equal to null
Here is my current flow:
Complex condition