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

empty

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

Quick reference

ItemDetails
Functionempty()
CategoryLogic and conditions
Syntaxempty(value)
PurposeCheck whether a value is empty
Return valueBoolean

Official example of the empty function in the Notion formula editor

Examples and notes

empty(prop("Notes"))
if(empty(prop("Due Date")), "Not set", formatDate(prop("Due Date"), "YYYY-MM-DD"))

In automation or date formulas, you may also see empty() used to return an empty value. In regular database formulas, follow the actual hints in the formula editor.

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