is array

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

is array v10.4.28

checks if given inpin is an array

In pins 1
  • Value required
    value

    The value to be checked.

Out pins 1
  • condition
    condition

    The condition that tells if the given value is an array or not.

True when the value pin holds an actual array, including an empty one; false for nil, missing, objects, numbers, and strings - JSON text 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 value Return to the group to view all blocks within this group