Skip to main content
Is none of checks that the answer is not equal to any value in your block-list — exclusion routing for regions, plans, or forbidden roles. Requires a non-blank answer on choice fields. Blank never matches.

When to choose this


Exact behavior

  • Choice fields only.
  • Non-empty block-list required.
  • Requires non-blank source answer — fail-closed like Not equals.
  • Single-select: true when the selected value is not in your list.
  • Multi-select: true when none of the selected options appear in your list. If they pick any forbidden chip, the clause fails.

Which field types


Blank / unanswered answers

Never matches.

Configure in Studio

1

Open a rule

LogicRules, or Branch / Add condition on a field.
2

Pick choice field

3

Choose Is none of

4

Add forbidden option chips

Values that should not trigger this branch’s inverse — i.e. rule fires when answer is outside list.
5

Add Then actions

e.g. international shipping when country is none of US, CA.
6

Test listed vs unlisted vs blank on Fill


Worked examples

International shipping

When Country is none of US, CAThen Show blocks International shipping
US or CA does not match; blank does not match either.

Non-enterprise plans

When Plan is none of EnterpriseThen Hide blocks SSO configuration
Requires Plan answered and not Enterprise.

Restricted roles blocked

When Role is none of Guest, ViewerThen Show blocks Edit permissions

Tag exclusion

When Tags is none of Internal, StaffThen public survey path
On multi-select: fires when none of selected tags are Internal or Staff.

Test on fill

1

Pick forbidden value

Rule off.
2

Pick allowed value

Rule on.
3

Multi-select: one forbidden tag

Rule off.
4

Blank

Rule off.

Common mistakes

  • Expecting blank to route internationally — add Is empty rule.
  • Confusing with Not equals single value — Is none of is the multi-value block-list.
  • Empty chip list — never matches.

Troubleshooting

Add parallel Is empty → Show or Require Country first.
Selecting one forbidden option blocks match — intended block-list semantics.
Is none of {A,B} is not exactly negation of Is any of {A,B} for blank — blank fails both.
Confirm chip values match option storage, not display labels only.
Last modified on September 7, 2026