Get AI summaries of any video or article — Sign up free
30+ new Notion features you should know about thumbnail

30+ new Notion features you should know about

Thomas Frank Explains·
5 min read

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

TL;DR

Notion’s 2024 automation upgrade hinges on custom formulas plus a trigger-page object, enabling dynamic, context-specific workflow actions.

Briefing

Notion’s biggest 2024 shift is a major upgrade to automations—turning “if this, then that” workflows into real-time, internet-connected systems. The key unlock is custom formulas inside automation actions, powered by Notion’s full formula language plus a trigger-page object that lets automations read the context of the page that started the workflow. That combination makes it possible to compute dynamic values on the fly and tailor downstream actions to the exact record that changed.

On top of formulas, Notion added higher-impact actions that broaden what automations can do. “Define variables” lets builders create intermediate formula-driven values and even variables representing a specific list of pages, which can then be edited later via an “edit pages” step. Notifications can be sent directly to workspace users, and emails can be generated with formula-powered subject and body fields. The most consequential addition is “send web hook,” which fires an HTTP request to any URL when an automation runs. That changes the economics and design of integrations: instead of polling Notion on a schedule (often expensive in Zapier/Make-style setups), other tools can react immediately when something happens in Notion—enabling near real-time syncing like “push changes to Google Calendar” without constant pulling.

Beyond automations, 2024 brought a cluster of features aimed at making Notion feel more like a complete operating system for work. Notion Calendar consolidates multiple sources—Notion databases and Google Calendar—into a unified week view, with scheduling slots for meeting booking and multi-time-zone support for distributed teams. Layout Builder addresses a long-standing “paper cut” in database pages by letting users customize how database page content and properties are arranged, including quick access to key properties and a toggleable sidebar.

Notion forms also push workflows outward. A form can be spawned quickly (via slash command), shared without granting access to the underlying database, and embedded on Notion Sites—making it practical for client intake, ticket submission, and signup flows. Notion Home adds a “My Tasks” widget that merges pages from multiple task databases into a single view, but only after those databases are configured with a required task schema (assign, due date, status).

The year also strengthened Notion’s “data + presentation” layer. Charts provide bar, line, and pie visualizations derived from database rows, while database buttons extend automation triggers into a clickable database property—useful for workflows like time tracking across multiple work sessions on one task.

Finally, Notion AI expanded its reach with the ability to analyze PDFs and images, enabling OCR-style extraction for digitizing handwritten notes. It also gained desktop shortcuts, connectors to tools like Slack, GitHub, and Google Drive, and one-click actions for summarization and extracting action items. Minor upgrades—like floating tables of contents, improved search behavior, and better formula type visibility—round out a year where Notion’s core theme is clear: more automation power, more integration, and more ways to turn structured data into action.

Cornell Notes

Notion’s 2024 standout is a major leap in automations: custom formulas inside automation actions plus a trigger-page object let workflows compute dynamic values based on the exact page that started the automation. New actions expand capability, especially “send web hook,” which sends real-time HTTP requests to external services—reducing the need for expensive polling integrations. Around that core, Notion added Calendar unifying Notion databases with Google Calendar, Layout Builder for customizable database page layouts, and Notion Forms for sharing intake without exposing the underlying database. Notion AI also advanced with PDF/image analysis (including OCR-style extraction), plus desktop shortcuts and connectors to external tools. Together, these changes make Notion more responsive, integrable, and workflow-ready.

What specifically makes Notion automations much more powerful in 2024?

Custom formulas were added to automation actions, giving access to Notion’s full formula language for dynamically changing values set by later steps. A “trigger page” object in the formula builder provides context about the page that initiated the automation, so computed results can be tailored to that exact record. This turns automations from basic rule chains into context-aware workflow engines.

Why does “send web hook” matter for integrations compared with older API/polling approaches?

Sending a web hook means an automation can fire an HTTP request to any URL immediately when something happens in Notion. Previously, integrations often relied on scheduled polling via the Notion API (e.g., checking for changes on a frequent schedule), which can be costly in third-party automation tools. With web hooks, external systems can react in real time when Notion notifies them.

How does Layout Builder change the day-to-day experience of database pages?

It lets users customize the layout of database pages to reduce the old “properties then content far below” paper cut. Users can open a page in side peek to view content instantly, pin key properties in a horizontal row, and toggle the full properties sidebar open or closed. A keyboard shortcut (control/command shift backslash) can toggle the side panel when pages are fully open.

What problem does Notion Forms solve, and what’s missing for advanced form logic?

Notion Forms make it easy to share a form without granting access to the underlying database, enabling client intake and ticket submission workflows. Forms can also be embedded on Notion Sites. However, the feature is still early: it lacks hidden fields, default values, and conditional logic. For advanced needs, the transcript recommends an external form builder (T.O).

How does Notion Home’s “My Tasks” widget work differently from typical database views?

It’s a single view that can combine pages from multiple task databases, but only after each database is configured to a required task schema: an assign property, a due date property, and a status property. Once configured, the widget can pull those pages together into one consolidated task list.

What new capability does Notion AI add for working with documents?

Notion AI can analyze PDFs and images, including PDFs made up of images. That enables OCR-style extraction—turning handwritten notes captured in images into editable text inside Notion. The transcript also mentions desktop shortcuts for quickly opening Notion AI (command/control shift J) and global search (command shift K).

Review Questions

  1. Which two automation features in 2024 work together to make workflows context-aware, and how does each one contribute?
  2. Give one example of how “send web hook” could replace polling-based integrations, and explain the cost/latency implication.
  3. What constraints does Notion Forms currently have, and when would an external form builder be preferable?

Key Points

  1. 1

    Notion’s 2024 automation upgrade hinges on custom formulas plus a trigger-page object, enabling dynamic, context-specific workflow actions.

  2. 2

    The “send web hook” action enables real-time HTTP requests to external services, reducing reliance on expensive scheduled polling integrations.

  3. 3

    Layout Builder fixes a common database-page layout issue by letting users customize how properties and content appear, including pinned key properties and a toggleable sidebar.

  4. 4

    Notion Forms can be shared without exposing the underlying database and can be embedded on Notion Sites, making them practical for client intake and ticket submission.

  5. 5

    Notion Home’s “My Tasks” widget merges pages from multiple task databases into one view after those databases follow a required task schema.

  6. 6

    Notion AI gained PDF/image analysis for OCR-style digitization, plus desktop shortcuts and connectors to tools like Slack, GitHub, and Google Drive.

Highlights

Custom formulas inside automations—paired with a trigger-page object—make workflows compute values based on the exact page that triggered them.
“Send web hook” turns Notion automations into real-time integration triggers by firing HTTP requests to any URL.
Layout Builder addresses the “properties far above content” paper cut by letting database page layouts be customized.
Notion Forms can be shared without granting access to the underlying database, enabling safer client-facing intake.
Notion AI can analyze PDFs and images, enabling OCR-style extraction of handwritten notes into Notion.

Topics

Mentioned