Skip to main content
FLO.W 思流Notion Formulas
Function Index

Advanced functions

A quick reference for name, email, id, let, lets, and the latest reference functions.

People, pages, and variables

FunctionPurposeReturn value or alternative
name()Get a person's nameText
email()Get a person's emailText
id()Get the current page ID or a specified page IDText
let()Define one variableExpression result
lets()Define multiple variablesExpression result

Latest references

FunctionPurposeReturn value or alternative
padStart()Pad text on the left to a target lengthManually combine repeat() and substring()
padEnd()Pad text on the right to a target lengthManually combine repeat() and substring()
count()Count list items or matching itemslength(list) or filter(...).length()
formatNumber()Format a number as textManually combine format(round(...))
splice()Delete or insert list items and return a new listslice() + concat()

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Last updated on