Find Index

ArrayFunction </br> Find the index of the first item in an array that matches the given condition </br>

</br>

</br>

Input Parameters

Name Type
Array <font color='#f1c40f'>Any Array</font>

</br>

Output Parameters

Name Type
Loop Item <font color='#f1c40f'>Any</font>
Loop Index <font color='#1abc9c'>Number</font>
Item Index <font color='#1abc9c'>Number</font>

</br>

Output Execution Pins

Name Description
Loop Executed for every loop item
On Completion Executed on completion

</br>

Additional Details

A <a href="/blocks/arrayfunction/resolve">Resolve Block</a> must be used to return the value of any Array Function.