×

Sort List

iOS 15 +

Notes

Sorts the input list. Supports a list of text and numbers.

Syntax

sortList(list: <#Array#>, ascending: <#Boolean#>, sortType: <#Enumeration (SortType_)#>)

Example

sortList(list: ["Awesome Item", "Awesome Item 2"], ascending: false, sortType: natural)