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

first

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

Quick reference

ItemDetails
Functionfirst()
CategoryLists
Syntaxfirst(list)
PurposeFirst item
Return valueAny type

Official example of the first function in the Notion formula editor

Examples and notes

prop("Related Project").first()
prop("Tags").last()
prop("Tags").at(1)

Note: List indexes start at 0. at(1) returns the second item.

If you only allow one related object, it is still safer to write:

prop("Project").first().prop("Status")

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