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

at

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

Quick reference

ItemDetails
Functionat()
CategoryLists
Syntaxat(list, index)
PurposeGet the item at a specific position
Return valueAny type

Official example of the at 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