Hi all, I have an automation where there is a Loop t with some nodes into. I need to execute this “loop” 3 times with 3 differentes soruce. The first time data arrives from “Get first tweet”, the others 2 times the source arrives from “Get Tweets with curson”.
I have a problem witth the loop becasue the second and third execution times it think that is in “done” state and It does not exec the “loop” line, but the “done” line.
How can I reset the state of the loop ? I have tried the “reset” option inside the loop node, but it run for EVERY items that is looped so it’s like a “start → first item → reset → first item → reset → first item → …”
Is there a way to reexecute loop ?
I kwno that I can rub a "sub-workflow! where put the “loop”, but I want to run all in a single workflow.
Thanks.
Information on your n8n setup
- n8n version: : 1.100.1
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): npm
- Operating system: Debian
