sort-list
Alphabetically sort a list in ascending or descending order.
Last updated
Alphabetically sort a list in ascending or descending order.
Last updated
TIP
: Numbers are treated as text (e.g. list order will be 1,12,2 instead of 1,2,12).
TIP
: Use before or after unique-list-items adaptor to get a sorted list without duplicates.
list
: The list you want to sort.
reverse
: Specifies whether to sort the list elements in descending order (i.e. Z-A). Defaults to false (defaults to sorting in ascending order). Change to 'true' if you want to sort in descending order (reverse-alphabetic order).
list
: The sorted list, containing the same number of elements as the input list.
Create an alphabetic reference of names.