Describe the problem/error/question
I have a workflow that in testing was working great. It does some AI processing, then moves files in GDrive to new folders. To do so, it searches to see if the folder exists and then uses that ID to move the file, or branches off to create the folder. In doing this, I told the Search Node to only return one result, since we are just going to use the first folder it finds.
I just ran it on some real data, and got an unexpected result. Two files when into the Search node, but only one "find” came out. I expected the whole “auto looping” to run the node on each input separately, so one item out, for each item in. Is the limit actually on the whole scope, not the item scope?
What is the error message (if any)?
Please share your workflow
Information on your n8n setup
- n8n version: Version 1.115.3
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): fly.io
- Operating system: