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

name

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

Quick reference

ItemDetails
Functionname()
CategoryPeople, pages, and variables
Syntaxname(person)
PurposeGet a person name
Return valueText

Official example of the name function in the Notion formula editor

Examples and notes

Person properties may be lists, especially when multiple people are allowed. A common pattern is:

prop("Assignee").map(current.name()).join("、")
prop("Assignee").map(current.email()).join("、")

If the person property only allows one person, you can also take the first item first:

prop("Assignee").first().name()

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