Find Index of Item in Array by Value
Searches an array for a given item value and returns itβs position or -1 if not found
Returns |
---|
Number |
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
Set an Override Name | Show the override name slot in the tree so that it can be set statically or dynamically | Boolean Block Group | No |
Override Name | The override name of this item. Use this to replace the inherited name with a custom name. Expose it on the tree to set it dynamically. | Text Block Group | No |
Attributes | Metadata values for this block. Used in XML and multipart/form-data. | Text Block Group | No |
Array to search | The array to search | Data Structure Block Group | No |
Value to Find | The value to find in the array | Any Data Type Block Group | No |