array does not include value

This block is part of the condition group and was last modified in core v12.0.5.

Type Selection Required

This block requires you to select the data type you want to work with. You must manually select the type using the type selector modal. To access the modal, click the white button on the block.

Field Selection Required

This block requires field selection (in). You must manually select the fields you want to work with using the field selector modal. To access the modal, click the white button on the block.

array does not include value v12.0.5

Returns true if the given array does not include the given value

In pins 1
  • Array required
    array

    The array to be checked

Out pins 1
  • condition
    condition

Negated membership: true when the value is NOT found in array; false when it is found. A nil, non-array, or empty array yields true. Strict equality: numbers by value, strings case-sensitive, no string/number coercion ("1" does not match 1); object or array elements never match, so they always count as NOT included.

contains

A typical wiring for array does not include value: with values feeds the array pin; the condition out pin feeds AND.

Studio canvas example for the array does not include value block: typical wiring for array does not include value.

Commonly used with

In production blueprints, this block is most often wired together with:

  • AND: this block feeds into it. operator for a set of boolean operands will be true if and only if all the operands are true.
  • get fields: feeds into this block. Gets the selected fields from the given object.
  • get guid: feeds into this block. Returns the guid (field: _meta.guid) of the given user.
  • execute: this block feeds into it. Executes the given funcion and waits for it to be executed.

Version history

Introduced in v12.0.5.


Back to condition Return to the main group to view all sub-groups Back to condition Return to the group to view all blocks within this group