Syntaxsort(list)list.sort()Examplessort([3, 1, 2])["c", "a", "b"].sort() Example 1Example 2 More ExamplesCommon UsesTemplates UsingBooks & AuthorsLatest Contact More Infosort · Notion Formulas · Ben SmithReturns the list in sorted order. Optionally, a provided expression can be used to determine the sorting order.https://www.bensomething.com/notion/formulas/functions/sort