Hello! My problem is that I need to use 3 loops in my workflow:
There is no error, but I don’t know how to connect the loops between them so they all loop over their different batches. Now, the las loop works okey, but then, It should go back to the second loop, and repeat the process and then go back to the first loop and repeat the process for every item of the first loop batch. I don’t know how to do that.
The first loop has to iterate over different restaurants. The second has to iterate over batches of urls (of every restaurant) and the last one has to iterate over every url of every batch of the second loop.