Hi,
I searched a lot on the community and i sometimes think i saw some part of my problem but i haven’t found a appropriate solution for this. Sorry if it already have been answered before, maybe i didn’t understood everything (it’s my first month of n8n experimentations).
problem description
I’m trying to make a loop on a web service with many API key linked to several communities of this website in order to do the same requests on each community . I don’t want to make one workflow for each API key.
To do so, i’ve tried to enumerate my API keys (here with 7 in the code block and make a loop over the items. It perfectly works for the two first occurences. At the end of the second iteration, the workflow stops as if there wasn’t a third one. The same behaviour is observed regardless of the number of items handled in the web requests, the time of each iteration, the number of items… every time, two loops (community) iteration before stopping evything.
The previous problems i saw reading the others topics were often occured by nested loops or multiple merge, but here, i tried to simplify the workflow at its maximum to avoid any problem and unfortunatly ,it don’t work .
any help would be appreciated ![]()
error message and output return
- no error message at all
- Correct node processing during the 2 first loop iterations. Then the workflow stops as if no other input have been provided
workflow detail example
global workflow:
“Split by community API output”
No anomaly at all. parameters are also correctly called on “Get opened alerts node”
No anomaly observed on the two first iterations (good transmission of the community name and api key, consistent data for each community…)
Information on your n8n setup
- n8n version: latest (1.105.3)
- Database: default
- n8n EXECUTIONS_PROCESS setting: default
- Running n8n via : Docker
- Operating system: Ubuntu
Thank you for your help.
Best regards.


