🧹 Archive (delete) duplicate items from a Notion database
Workflow preview
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER
Early Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
Important notice
This workflow is provided as-is. Please review and test before using in production.
Overview
🧑💼 Who is this for?
If you’re using Notion to manage a database (like saving links, tasks, notes, or anything really), and it’s starting to get messy with duplicate entries, this workflow is for you.
It’s especially useful if you want to keep things tidy without doing any manual cleanup.
🧠 What problem is this workflow solving?
Notion doesn’t have a built-in way to find or remove duplicates, so you either clean them up manually 😩 or just let them pile up.
This workflow automatically finds entries that share the same property (like a URL or title) and archives the extra copies, keeping just one.
⚙️ What this workflow does
- Pulls all pages from a Notion database.
- Identifies duplicates based on a property you choose.
- Archives the duplicate pages (which is like soft-deleting them).
- Keeps one version of each duplicate group.
It includes two optional triggers:
- Run it every day ⏰
- Or trigger it automatically when a new page is added to the database ⚡
🛠️ Setup
- Connect your Notion account in n8n.
- Select your database in the Notion nodes.
- In the “Format items properly” node, replace
"SET YOUR PROPERTY HERE"with a reference to the property you want to use for detecting duplicates. I recommend using the n8n property drag-and-drop feature. - Enable whichever trigger you prefer — or both.
And that’s it. It runs on its own after that.
🧩 How to customize this workflow to your needs
- Use a different property for detecting duplicates by updating the
Setnode. - Want to tag duplicates instead of archiving them? Just replace the last Notion node with an update operation.
- Adjust the schedule to run it hourly, weekly, or whenever suits your setup.