I've recently shipped a new Notion formula designed for task management workflows: the Notion Top-Level Task Filter.
This formula serves a specific purpose: it identifies tasks that are not sub-tasks. It functions by examining a task's 'Parent task' relation property. If this relation is empty, the formula designates the task as a top-level item.
The primary use cases for this filter include:
- Project Duplication Automations: When duplicating projects or sets of tasks, it's often necessary to identify and manipulate only the root tasks to ensure the new project structure is accurate. This formula helps isolate those top-level entries.
- Focused Task Views: For users who prefer a streamlined overview, this filter can create views that display only the main tasks, hiding all sub-tasks. This can help reduce visual clutter and provide a high-level summary of ongoing work.
The goal is to provide a reliable method for distinguishing root tasks from their sub-tasks within Notion databases, supporting more precise control over project structures and task visibility.
Top comments (0)