Filter List

Filter a list with specified criteria.

Filter a list with specified filter criteria and store the result into a variable.

Input

  • Input: List Variable The list in which specified filter criteria to be applied.

Options

  • 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

Last updated