I am trying to enrich data and loop through a workflow but I cannot seem to get this to work.
I have the following Node structure so far
- SQL Node → 2) Google Function that crawls a page and extracts data → 3) Merge → 4) SQL upsert → 5) SQL (execute query) 6) IF json.remaining is greater than 0 and I then have it looping back to the beginning.
This isnt quite working as I intend. I want to run this process and have it loop through 50 items at a time and continue running until IF = FALSE
I can run this once but it doesn’t actually loop
When I start the SQL node at the beginning it wont do anything if its got another node coming back into the beginning of it.
Information on your n8n setup
- n8n version: 1.57
- Database (default: SQLite): mySQL
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud