>=

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

Field Selection Required

This block relies on a field that you select to perform its data actions. You must manually select the field you want to use in your flow using the field selector modal. To access the modal, click the white button on the block.

>= v10.4.28

Returns all objects that have a number equal to or bigger than the given number

In pins 3
  • array required
    array

    The array of objects to filter.

  • min required
    number

    The minimum number for the given field.

  • include equal
    condition

    If enabled, includes objects with values equal to the minimum.

    Default true

Out pins 1
  • array
    array

    The filtered array of objects.

KEEPS items whose selected field is greater than the number pin, or greater than or equal when the condition (include equal) pin is true, which is the DEFAULT. Items that are not objects, lack the field, or whose field value is not an actual number (numeric STRINGS do not qualify) are dropped. Outputs null when the array is missing or the comparison number is not numeric.

lowest
match min on field

A typical wiring for >=: with values feeds the array pin; number feeds the number pin; the array out pin feeds length.

Studio canvas example for the >= block: typical wiring for >=.

Version history

Introduced in v10.4.28.


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