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

last

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

Quick reference

ItemDetails
Functionlast()
CategoryLists
Syntaxlast(list)
PurposeLast item
Return valueAny type

Official example of the last function in the Notion formula editor

Examples and notes

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

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

Even if you only allow one related item, this pattern is still recommended:

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