Find a first match in a list
Find the first occuring match in a list by defining filters.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
List | null | ARRAY | false | |
Filters | Filter the list of data retrieved based on attributes | ARRAY | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable containing the found object. | OBJECT | FOUND_MATCH |