I’m puzzled as to why this workflow does not loop.
It starts, then the first thing it does is look up four clients in a database. The workflow sends each object, one at a time, down the flow. It then updates the database. Its then is supposed to loop and work on the next company. But it will only run once.
There is no error message.
The return data in the last node is 90 records of computer statistics. I can share one if you need it, but this does this with four different data sets. My gut tells me it’s not the data. I do notice some different behavior in the Execute Workflow node.
There are two branches over the top of the page.
The workflow is done with that data. I am putting together a report from that, and it needs to go around for another loop. Any clues as to why it’s not looping would be greatly appreciated.
Information on your n8n setup
- Version 1.7.1
- SQLite database
- n8n is running in Docker on Digital Ocean.
- Ubuntu 22.04.3 LTS