Skip to main content
FLO.W 思流Notion Formulas
Back to function index

sort

A quick reference for the Notion sort function, including syntax, purpose, return value, and examples.

Quick reference

ItemDetails
Functionsort()
CategoryLists
Syntaxsort(list)
PurposeSort
Return valueList

Official example of the sort function in the Notion formula editor

Examples and notes

prop("Score List").sort()
prop("Score List").sort().reverse()

For page lists, you usually need to use map() to extract a sortable property before sorting.

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Back to function index

Last updated on