Function Index
Advanced functions
A quick reference for name, email, id, let, lets, and the latest reference functions.
People, pages, and variables
| Function | Purpose | Return value or alternative |
|---|---|---|
name() | Get a person's name | Text |
email() | Get a person's email | Text |
id() | Get the current page ID or a specified page ID | Text |
let() | Define one variable | Expression result |
lets() | Define multiple variables | Expression result |
Latest references
| Function | Purpose | Return value or alternative |
|---|---|---|
padStart() | Pad text on the left to a target length | Manually combine repeat() and substring() |
padEnd() | Pad text on the right to a target length | Manually combine repeat() and substring() |
count() | Count list items or matching items | length(list) or filter(...).length() |
formatNumber() | Format a number as text | Manually combine format(round(...)) |
splice() | Delete or insert list items and return a new list | slice() + concat() |
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