every (value)

This block is part of the array group and was last modified in core v12.0.7.

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.

every (value) v12.0.7

tests whether all elements in the array pass the test

In pins 1
  • Array required
    array

    The input array to be tested.

Out pins 1
  • condition
    condition

    Condition indicating whether all elements pass the test.

Outputs true only when EVERY element equals the comparison pin named after the selected type (value, number, or condition). Numbers compare across integer/float representations, but numeric strings do NOT equal numbers. An empty array outputs true; a missing or non-array input, or an unsupported selected type, outputs false.

A typical wiring for every (value): the condition out pin feeds branch.

Studio canvas example for the every (value) block: typical wiring for every (value).

Version history

Introduced in v12.0.7.


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