Skip to main content
Includes every of checks that a multi-select answer contains all options you list — extras are allowed, but every required chip must be present. Use for prerequisites: “must include Safety and Ethics modules”, even if they also pick electives.

When to choose this


Exact behavior

  • Choice multi-select fields.
  • Normalizes actual and expected to unique string sets.
  • Returns false if either set is empty after normalization.
  • True when every expected needle appears in the actual haystack.
  • Extra selections beyond your list do not break the match.
  • Order ignored.
Both the field and your chip list must be non-empty — an unanswered field or empty requirement list never matches.

Which field types


Blank / unanswered answers

Never matches — empty selection normalizes to [], which fails the “non-empty haystack” requirement.

Configure in Studio

1

Open a rule

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

Pick multi-select field

Checkbox list, tags, dual listbox, etc.
3

Choose Includes every of

4

Add required option chips

All options that must be selected — at least one chip required.
5

Add Then actions

Show blocks, certificate, pricing tier.
6

Test subset, superset, exact on Fill


Worked examples

Required training modules

When Completed modules includes every of Safety, EthicsThen Show blocks Certification eligible
Selecting Safety + Ethics + Leadership still matches.

Feature prerequisites

When Enabled features includes every of SSO, Audit logThen Show blocks Enterprise dashboard
Missing either feature fails the clause.

Tag gate

When Tags includes every of Paid, VerifiedThen unlock VIP content

Survey segments

When Interests includes every of Product, SupportThen Jump to page Cross-sell offer

Test on fill

1

Select all required chips only

Rule on.
2

Select all required plus extras

Rule on.
3

Missing one required chip

Rule off.
4

Nothing selected

Rule off.

Common mistakes

  • Using when extras must be forbidden — use Equals set.
  • Using for single-select — Equals or Is any of is clearer.
  • Empty chip list in rule — never matches.

Troubleshooting

Includes every of allows extras by design — switch to Equals set for exact combos.
Option value mismatch between Fill and Studio chips.
Expected — all listed chips must be present.
Contains one option is equivalent for single needle; use Includes every of when multiple required.
Last modified on September 7, 2026