yeah you want to use AND 🙂
basically what happens:
Currently with OR —Only continue if ONE is true:
does not contain brandon@…? → True → Email goes through
But you want AND: Only continue if ALL are true:
does not contain brandon@…? → True → next condition
does not contain Questionnaire..? True → next condition
All true? (AND) → email goes through.
Sorry for the weird explanation! 😄 lmk if this makes sense