List Find Index
Finds the index of the first item in a list that matches the specified conditions.
| Parameter | Description |
|---|---|
| List | The list to check. |
| Condition | Use the Condition Editor to build a test. |
| Store Result | The zero-based index of the item found, or -1 if not found. |