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

length

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

Quick reference

ItemDetails
Functionlength()
CategoryText
Syntaxlength(textOrList)
PurposeNumber of text characters or list items
Return valueNumber

Official example of the length function in the Notion formula editor

Examples and notes

length("Hello Notion")
length(prop("Tasks"))

length() can count both text characters and list items. It is commonly used for task counts, tag counts, and related item counts.

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