I’m using n8n + Notion and running into an issue where the workflow creates duplicate pages unexpectedly.
I suspect the cause is that multiple updates happened within the same 1-minute polling interval, which caused the Notion Trigger to pick up the same data multiple times and execute the workflow more than once.
This issue does not occur when I manually run the workflow.
(That’s why I believe the problem is due to multiple trigger executions, not anything inside the workflow itself.)
Any advice on how to prevent this kind of duplicate execution from overlapping triggers?
my workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.112.5
- Database (default: SQLite): Notion
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker, local host
- Operating system: win11 home