Hi n8n community,
I’m having trouble with my workflow using two SplitInBatches (Loop Over Items) nodes.
-
Outer loop: Loop Over Items (batch of 3 rows)
-
Inner loop: Loop Over Items1 (processes each item and updates a sheet)
The first batch works perfectly, but when it should go to the second batch, the inner loop doesn’t run again.
I’m not sure how to make the workflow continue with the next batch of the outer loop.
Could someone explain the correct way to wire the outputs so that the second batch of the inner loop runs properly?
Thanks in advance! ![]()
here is the workflow