Skip to main content
Deduplicates a list, optionally by a named property of each element. Order-preserving — the first occurrence of each value is kept.

Inputs

  • Input List — the list to deduplicate.
  • Property — optional. When the list contains records, dedupe by looking up the named property on each element. Leave unwired to compare elements directly.

Notes

  • Non-list inputs raise an error.

Ports