is array

This block is part of the condition group and was last modified in core v10.4.28.

is array v10.4.28

In pins 1
  • Array required
    array

    The array to be checked.

Out pins 1
  • condition
    condition

    The condition that says whether the array is valid or not.

True when the array pin holds an actual array value, including an empty one; false for nil, missing, and every non-array type - a JSON string like "[1,2]" is NOT parsed and yields false.

A typical wiring for is array: the condition out pin feeds branch.

Studio canvas example for the is array block: typical wiring for is array.

Version history

Introduced in v10.4.28.


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