Skip to content

Array Includes

The Array Includes node checks whether a specified value exists within a given array and outputs a boolean result indicating the presence of the value.

Pin NamePin DescriptionPin TypeValue Type
ArrayThe array to search withinInputArray
ValueThe value to search for within the arrayInputNormal
Includes?Boolean indicating if the array includes the valueOutputBoolean