Skip to content

List Find

Finds 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 Store the result in a variable that matches the data type of the list.
For example, for a list of floats, the result will be a float.

Example

Find the first score that's greater than 1000 and less than 2000:

List Find Example