Get AI summaries of any video or article — Sign up free
Using relations, rollups, and formulas to organize content thumbnail

Using relations, rollups, and formulas to organize content

Notion·
5 min read

Based on Notion's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Advanced properties in Notion include relations, rollups, formulas, and metadata, each serving a different purpose: linking, summarizing, computing, and auditing.

Briefing

Advanced properties in Notion turn a database from a simple list into an interconnected system that can automatically organize, calculate, and audit information. Relations link pages across databases, formulas derive values or trigger logic from other properties, and metadata surfaces behind-the-scenes details like creation time and last-edited attribution. That combination matters most when a workspace grows beyond a small team—hundreds of contributors working from the same database can’t rely on manual tags alone to find what matters, so automated layers of structure become the difference between “searching” and “understanding.”

Relations are the most direct way to connect content. When a relation property is configured, clicking into it reveals the related items in the other database, effectively creating a navigable web of context. Notion also supports rollups on top of relations, letting users summarize information from the related records without leaving the current database. The transcript illustrates this with a “meeting notes” database linked to a “docs” database: a meeting can reference multiple documents, and a rollup can then pull a specific field from those related docs—such as “created by”—to produce a “doc author” rollup. The result is a meeting-centric view of who contributes which documents, enabling quick answers like which authors are most active in meetings across the company.

The relation setup includes practical controls. A “limited” relation restricts each row to only one related item in the other database, which fits one-to-one scenarios (for example, a task tied to a single project). Leaving the relation unlimited supports one-to-many relationships, such as multiple docs referenced in a single meeting. There’s also an option to “show property on the related database,” which mirrors the relationship in the other direction—so the docs database can display which meeting notes discussed each doc. That bidirectional visibility reduces the need to jump between databases just to reconstruct context.

Formulas add another layer of automation. They can calculate numbers from other properties or implement interactive mechanisms like an upvote system in a Q&A database. While the transcript notes that formulas can power complex projects (including interactive games), their everyday value often comes from straightforward computations and property-driven actions.

Finally, metadata is positioned as essential for administering large team workspaces. Properties like “last edited time” and “last edited by” make it easier to identify who is updating knowledge and to spot stale content before it becomes a liability. Together, relations, rollups, formulas, and metadata provide a toolkit for building databases that stay organized as teams scale—without requiring constant manual upkeep.

Cornell Notes

Advanced properties in Notion help scale database organization by automating links, calculations, and administrative signals. Relations connect records across databases, and rollups summarize selected fields from those related records—so users can answer cross-database questions without leaving the current view. Formulas add computed values or action-like behavior based on other properties, ranging from simple math to interactive systems. Metadata surfaces operational details such as creation and last-edited information, which supports governance in large workspaces. The transcript’s example links a meeting notes database to a docs database, then uses a rollup to identify which document authors contribute most to meetings.

How do relations and rollups work together to create context across databases?

A relation property links rows in one database to rows in another. Once the relation exists, a rollup can be added to the original database to summarize a chosen property from the related records. In the example, meeting notes are related to docs; then a rollup selects a field from the related docs database (like “created by”) to produce a “doc author” rollup inside meeting notes. This makes it possible to see, from the meeting notes view, which authors are contributing through the documents referenced in meetings.

When should a relation be limited versus unlimited?

A limited relation restricts each row to only one related row in the other database, which fits one-to-one cases. The transcript’s example: a task shouldn’t relate to multiple projects, so limiting prevents multiple links. An unlimited relation supports one-to-many relationships, such as multiple docs referenced in a single meeting, where a meeting notes row should connect to several documents.

What does “show this property on the related database” accomplish?

When enabled, the relation is mirrored on the other database as well. In the transcript, showing the relation on the docs database adds a property that lists the meeting notes where each doc was discussed. That bidirectional setup lets users view related context from either side—meeting notes can show which docs were used, and docs can show which meetings referenced them.

What are formulas best suited for in database workflows?

Formulas are used to compute values or trigger behavior based on other properties. The transcript highlights both simple and advanced uses: calculating a number from two other properties, and building an upvote mechanism in a Q&A database. It also notes that formulas can support more complex interactive builds (like functioning interactive games), though many teams benefit most from straightforward automation.

Why is metadata particularly important for large teams?

Metadata provides administrative visibility into database items, including when entries were created and who created or last edited them. Properties like “last edited time” and “last edited by” help teams track ownership and avoid stale content in shared knowledge bases—especially when many people contribute and changes need auditing.

Review Questions

  1. In the meeting notes ↔ docs example, what specific rollup field is used to identify document authors, and where does that rollup appear?
  2. What practical difference does limiting a relation make, and how does that map to one-to-one versus one-to-many scenarios?
  3. How do metadata properties like last edited time and last edited by support knowledge-base maintenance?

Key Points

  1. 1

    Advanced properties in Notion include relations, rollups, formulas, and metadata, each serving a different purpose: linking, summarizing, computing, and auditing.

  2. 2

    Relations connect records across databases, and clicking a relation reveals the related items in the other database.

  3. 3

    Rollups summarize selected fields from related records, enabling cross-database insights without leaving the current database.

  4. 4

    A limited relation enforces one-to-one links, while an unlimited relation supports one-to-many connections such as multiple docs per meeting.

  5. 5

    Mirroring a relation onto the related database (“show this property on the related database”) creates bidirectional context and reduces navigation friction.

  6. 6

    Formulas can power both simple calculations and more complex interactive behaviors based on other properties.

  7. 7

    Metadata fields like last edited time and last edited by help large teams monitor updates and prevent stale information from accumulating.

Highlights

Relations turn separate databases into a connected knowledge graph by linking rows across them.
Rollups can extract a specific attribute from related records—like “created by” from docs—to generate actionable summaries inside meeting notes.
Limiting a relation prevents inappropriate multi-linking in one-to-one scenarios, while unlimited relations fit real-world one-to-many references.
Metadata provides governance signals such as last edited time and last edited by, helping teams maintain freshness at scale.

Topics

  • Advanced Database Properties
  • Relations and Rollups
  • Formulas Automation
  • Metadata Governance
  • Meeting Notes Linking