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

format

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

Quick reference

ItemDetails
Functionformat()
CategoryText
Syntaxformat(value)
PurposeConvert to text
Return valueText

Official example of the format function in the Notion formula editor

Examples and notes

"Amount: " + format(prop("Amount")) + " yuan"
"Completion rate: " + format(round(prop("Completion Rate") * 100)) + "%"

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