I’ve created a workflow that uses the Webflow “Item created” trigger. When an item is created, the trigger is triggered three times at the same time, resulting in three parallel executions. Using the “Remove duplicates from previous executions” does not work.
What is the error message (if any)?
I’m not getting an error, but I see three executions in the executions tab.
What version of n8n are you running? There have been issues in the past with n8n creating multiple listeners for the same trigger and executing a workflow more than once on the same event.
A lot of those issues have been fixed, but that doesn’t mean another one hasn’t shown up. Be sure your version is somewhat recent, and if it’s still happening, capture details about how to reproduce the issue and post back here, or if you prefer, open a Github issue.
If that happens to be the type of issue you are experiencing, there’s not much you can do to fix it yourself other than restarting n8n and activating the workflow only once. (This is based on speculation that deactivating a workflow doesn’t always successfully stop the listener on some types of triggers, so you end up with multiple listeners running on the 2nd, 3rd, etc. time you toggle to Active).