Formula Editor and Syntax
A quick reference for the Notion formula editor, dot-chained syntax, current, index, let, and lets.
The Notion formula editor supports multi-line input, indentation, and comments. For complex formulas, multi-line formatting is usually easier to maintain.
Comment syntax:
Notion formulas commonly use two syntax styles:
Many functions can be written with dot-chained syntax. This is especially common with list functions:
If a dot-chained version does not work in your workspace, follow the syntax suggested by the formula editor.
In traversal functions such as map(), filter(), some(), every(), find(), and findIndex():
currentmeans the list item currently being processed.indexmeans the current item's position, starting from0.
let() defines one variable:
lets() defines multiple variables:
Variables are useful for reducing repetition and improving readability. For complex formulas, prefer lets().
To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.
Last updated on
Notion Formulas