Describe the problem/error/question
I’m building a workflow with Salesforce integration where I first query some records and then loop over these records to query new records. I got about 350 results in the first query and I would expect the loop to perform about 350 times and to do additonal 350 queries to Salesforce. Instead the execution ends after 49 loops with a success message and without any trace why it ended sooner then expected.
Within these 49 loops the results look exactly as I want them to be. Maybe you have an idea why it stops after just 49 iterations.
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: