Skip to content

Find Item in Array

Purpose of the Node

This node searches through a given array to find the index of a specified item. It outputs the index and a boolean indicating whether the item was found.

Pins

Pin NamePin DescriptionPin TypeValue Type
InStart the execution of the nodeStructExecution
ArrayThe array in which to search for the itemArrayGeneric
ItemThe item to find in the arrayGenericNormal
OutEnd the execution of the nodeStructExecution
IndexThe index of the found item (-1 if not found)IntegerNormal
FoundBoolean indicating if the item was foundBooleanNormal