Loop over items stops after first record without error

Describe the problem/error/question

Workflow starting a request giving 1603 results, followed by a “Loop Over Items” node with a Batch Size of 1 only runs once, stops before the node preceding the arrow going back to the loop start.

What is the error message (if any)?

No error

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: cloud
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: no idea

Hey @Thibault_Hosman hope all is well.

Please see if turning on Always Output Data in the settings tab of the Maj contacted_at node would help with your issue:

2 Likes

Thank you @jabbson, that resolved my issue even though I don’t understand why.
New output

Glad it helped.

If did help because the nodes are activated by an incoming data. If the node does not produce/output data, the next node in line doesn’t know it needs to start doing its thing.

1 Like

Thank you, very clear!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.