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

reverse

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

Quick reference

ItemDetails
Functionreverse()
CategoryLists
Syntaxreverse(list)
PurposeReverse a list
Return valueList

Official example of the reverse 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