Filter List
Filter a list with specified criteria.
Last updated
Filter a list with specified criteria.
Last updated
Filter a list with specified filter criteria and store the result into a variable.
Input: List Variable
The list in which specified filter criteria to be applied.
Filter Criteria: The filter criteria were applied to the list.
Distinct
- filter the distinct items of the list
Sort Ascending
- sort the items in ascending order.
Sort Descending
- sort the items in descending order.
Output: List String Variable
The variable that stores the filtered list.