Particularly when you want to run the logic on a multi-select question.
Here’s what I want:
- I have a multi-select question with 5 options.
- IF option B (Missing Features) is selected as part of the answer, I want to route to step 2.
- All else I want to route to step 3.
Here’s what I tried:

But when I test it out, it doesn’t work unless option B (missing features) is the ONLY answer selected.
- Option B is the only selection = logic works
- Option B is one of 2+ selection = logic does not work
To me, that seems more like an IS condition, not an IN condition.
I tried configuring similar logic for NOT IN and the same issue happened.
Am I doing something wrong or is this a bug?