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

count

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

Quick reference

ItemDetails
Functioncount()
CategoryLatest references
Syntaxcount(list) / list.count(expression?)
PurposeCount list items or matching items
Recommended alternativelength(list) or filter(...).length()

Official example of the count function in the Notion formula editor

Examples and notes

If supported:

prop("Tasks").count(current.prop("Status") == "Completed")

Compatible alternative:

prop("Tasks").filter(current.prop("Status") == "Completed").length()

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