Describe the problem/error/question
I have literally read through every post written by other members on this problem but havent been able to figure it out
I want to achieve the following:
- Loop through all pages of an HTTP request
- Each HTTP request will return multiple (e.g 2 items) - for each of these items, I also want to loop through and do some data processing
The issue I’m facing is that once I have looped through all the results from the first HTTP request, I want to come back to the HTTP, retrieve another set of results (step #1 above) that I do data processing on (#2)
However as soon as the loop is done processing the returned items it stops, even though I’ve tried to put an IF logic at the end to take it “out of the loop” and back to HTTP requst
any help would be highly appreicated!
Please share your workflow
Information on your n8n setup
- **n8n version:**Version 1.38.1
Runnong on cloud