unique-list-items

Removes duplicates

Removes duplicate values in a list.

Arguments

Inputs:

list: The list containing duplicate values to be removed.

Output:

set: A list of unique values

Example

Possible use cases

  • Use after datatable-to-list adaptor to identify unique values from a datatable column.

  • Use to create the input for an adaptor requiring a list of options.

Last updated