Skip to content

Array Includes

Purpose of the Node

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.

Pins

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