← All Tips

Notion Meeting Notes Template: Build a Database That Links to Projects and Tracks Action Items

Build a Notion meeting notes template with 4 database properties, filtered views, and rollup formulas that connect every meeting to your project dashboard.

Published June 23, 2026

Most people use Notion meeting notes the same way they used Google Docs: open a page, type what happened, close it, never look at it again. Three weeks later, nobody can find the decision that was made about the rebrand, and the action items from the kickoff have quietly disappeared.

The fix isn't a better note-taking habit. It's a better structure. When your meeting notes live in a Notion database — not a pile of loose pages — they become searchable, filterable, linkable records. Every meeting connects to a project. Every action item is tracked. Every decision is retrievable. Here's how to build it.


The 4-Property Database: Your Foundation

Create a new database (full-page, not inline) and call it Meetings. Add these four core properties:

| Property | Type | Purpose | |----------|------|---------| | Date | Date | When the meeting happened | | Project | Relation | Link to your Projects database | | Attendees | Person | Tag everyone in the room | | Status | Select | Open / Closed / Follow-up Needed |

A few notes on each:

Date — Use "Date" not "Created time." Created time auto-populates when you make the record, which is fine if you're logging meetings live. But if you're backfilling last week's standup, you'll want to set the date manually.

Project — This is the most important property. It's a Relation to your Projects database (you'll need a Projects database for this to work — more on that below). This single property is what transforms meeting notes from isolated documents into linked records inside a larger workspace.

Attendees — The Person property lets you tag Notion workspace members. For external attendees (clients, vendors), add a separate Text property called "External Attendees" and write their names there.

Status — Keep this simple. Three options cover almost everything: Open (meeting happened, items are still active), Closed (everything resolved), and Follow-up Needed (there's a blocker or pending response from someone else).


The Template: Agenda / Notes / Action Items / Decisions

Each meeting record should have a consistent page template. Inside your Meetings database, go to the three-dot menu → TemplatesNew Template and set up this structure:

## Agenda
- [ ]
- [ ]
- [ ]

## Notes
[Free-form notes here]

## Action Items
- [ ] @Name — Task description — Due: [date]
- [ ] @Name — Task description — Due: [date]

## Decisions
- Decision made:
- Rationale:
- Owner:

The Agenda section keeps meetings focused — fill it in before the call. Notes is the free-form scratchpad. Action Items uses checkboxes so you can tick things off directly from the page; tagging people with @Name creates a notification in Notion. Decisions is the section people forget — it's the most valuable section to have six months later when someone asks "wait, why did we choose that?"


Not ready to invest in a full dashboard yet? Grab our free Notion starter template — no signup wall, no strings attached. It's a clean starting point you can duplicate and remix in under a minute.


Three Filtered Views That Save You From Digging

The real power of a Notion database is saved views. Create these three right after you set up the database:

1. This Week

  • Filter: Date → is within → the current week
  • Sort: Date, ascending
  • Use this as your default view during the week. You'll only see relevant recent meetings.

2. My Action Items

  • Filter: Attendees → contains → [your name] AND Status → is → Open
  • This surfaces every open meeting you were in. Great for Monday morning reviews.

3. Unresolved

  • Filter: Status → is → Follow-up Needed
  • Sort: Date, ascending (oldest first)
  • This is your catch-all for meetings that are stuck. Review it weekly.

Give each view a clear icon or emoji in the sidebar so they're easy to switch between at a glance.


Linking Meetings to Your Project Dashboard

Here's where the structure pays off. In your Projects database, add a Relation property pointing back to the Meetings database (Notion creates the two-way link automatically when you set up the relation in one direction).

Once the link is live, you can add two Rollup properties to the Projects database:

1. Meeting Count

  • Rollup over: Meetings (the relation property)
  • Property: Name
  • Calculation: Count all
  • Shows how many times a project has been discussed — useful for spotting projects that are generating lots of talk but no progress.

2. Open Action Items

  • Rollup over: Meetings
  • Property: [any property you use to count action items — see below]
  • Calculation: Sum

For the action items count, add a Formula property to your Meetings database:

prop("Action Items")

Wait — Notion can't directly count checkboxes in page content. The cleaner solution is to add a Number property called "Open Actions" to each meeting record and fill it in manually (or with a formula if you're tracking action items as sub-items in the same database). For most teams, manually entering a count per meeting takes about 5 seconds and is worth it for the rollup visibility.

Alternatively, if you store action items as a separate linked database (with a relation back to Meetings), you can roll up a true count with a filter for Status ≠ Complete:

rollup(filter(prop("Action Items"), current.prop("Status") != "Complete"), count)

This is the most powerful setup, but it's also more complex to build. Start with the manual number property and upgrade later if you need it.


How This Connects to a Full Project Dashboard

Once your meetings are linked to projects, you have:

  • Every meeting visible from inside the project page
  • A count of open action items per project
  • A searchable log of every decision made — with context

That's the foundation of a project dashboard. Add task management, milestone tracking, and a status rollup per project, and you have a complete workspace. If you've built the meeting notes structure described here, you're already halfway there — the database is live, the relations are set, and the pattern is established.

The Side Project Dashboard template ships with the meetings database pre-built and linked to a full project management layer — tasks, milestones, goals, and a weekly review view. It's $24, instant Notion duplicate, and it'll save you several hours of setup. If you're already building this kind of structure yourself, you'll appreciate seeing the finished version.

Free Resource

Not ready to buy? Grab our free Notion Quick-Start Template

A no-fluff starter workspace to get organized in 30 minutes. Free, no credit card required.

Skip the Setup: Side Project Dashboard

The Side Project Dashboard (Notion) ships with the meetings database pre-built and linked to a full project management layer — tasks, milestones, goals, and a weekly review view. $24, instant Notion duplicate.