Filter by a condition
Filters a list using a condition
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
list | Select the list you want to filter. | ARRAY | true | |
condition | The condition used to filter the list. | STRING | true | |
listObjectAttribute | The attribute in the list you want to filter by. | STRING | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
result | The list that has been filtered based on the condition. | NUMBER | RESULT |