Filter a list with specified criteria.
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.
List Variable
Filter Criteria: The filter criteria were applied to the list.
Distinct - filter the distinct items of the list
Distinct
Sort Ascending - sort the items in ascending order.
Sort Ascending
Sort Descending - sort the items in descending order.
Sort Descending
Output: List String Variable The variable that stores the filtered list.
List String Variable
Last updated 3 years ago