Skip to main content
Sorts a list, optionally by a named property of each element.

Inputs

  • Input List — the list to sort.
  • Property — optional. When the list contains records, sort by the named property on each element. Leave unwired to compare elements directly.
  • Sort Order — optional. "ascending" (default) or "descending".

Notes

  • Lists of dates always use a date-aware comparator regardless of the Property setting.
  • Non-list inputs raise an error.

Ports