Hi everyone,
I built a workflow where I have a main loop (Loop Over Items – URL). Inside it, there is a second loop (Loop Over Items – Blocks). The problem is that the inner loop only runs during the first iteration of the outer loop. On the following iterations, the second loop goes directly to done without processing again.
It looks like the inner loop does not restart properly for each outer iteration. I expected it to execute again for each set of items generated by the outer loop.
Is there a configuration detail I’m missing? Or do I need to restructure the way I return items before sending them to the second loop?
Any tips or examples would be very helpful. Thanks!