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:
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: The variable that stores the filtered list.