When I execute a subworkflow from within a loop, it sometimes has duplicate executions.
Does anyone know the cause of this, how to solve it, or if it’s a known n8n issue?
When I execute a subworkflow from within a loop, it sometimes has duplicate executions.
Does anyone know the cause of this, how to solve it, or if it’s a known n8n issue?
maybe provide a mock data you are using. or the execution log about the situation about the duplicate.
From the workflow : it’s hard to tell why it need split out first and then aggregate in the loop.
This is a simplified workflow for the sake of sharing. From the form, there can be an array of possibly thousands of entries. The entries need to be processed in small batches (ex. 50), so the split out splits the array to allow the loop to batch it then the aggregate groups the batch together for the execution.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.