Notion Formula 2.0: New Features and Migration Guide

Notion Formula 2.0 introduces a rewritten formula engine that supports modern programming concepts like variables, functions, and conditional logic. If you have been using legacy formulas in your databases, you may notice that some old syntax no longer works or behaves differently. This article explains the new features step by step and shows you exactly … Read more

Notion Formula Length(): Character Count vs Word Count

Notion formulas can count text in two ways: characters and words. The length() function returns the number of characters in a string, including spaces and punctuation. Many users assume it counts words, which leads to incorrect results in databases, task trackers, or content summaries. This article explains the difference between character count and word count … Read more

Notion Formula Cannot Reference Another Database: Workaround

You have a Notion formula property that needs to pull data from a different database, but the formula editor only lets you reference properties from the current database. This restriction exists because Notion formulas operate on a single row and cannot directly query other databases or tables. This article explains why the limitation exists and … Read more