Hello can you please tell me why this is not looping going to the next text file
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Although not necessary, it’s recommended to put your json into the triple backtick code block.
Like:
```
flow here
```
To better see at a glance how your flow works.
1 Like
@Kerwayne_Bradbery Looks like Jan helped you out with the format. Thanks Jan.
At a glance, it looks like you are splitting in batches of 5. But doing actions with the expectation of manipulating one at a time.
Try changing that to 1.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.