Assuming that I have 150 different values, and this individual value needs to go to the HTTP Request. How can I loop through each individual value?
So assuming your values are coming from a single database like google sheets, you start the flow with a trigger then proceed to google sheets or whatever your database may be, then the loop node. After the loop node you want to include all the nodes that you want the data to pass through, also make sure your connecting to the loop output on the bottom not the done output.
From there if you want to iterate through all your data, just connect the end of the loop back into the start of the loop node. For the done output you can either finish your flow there, or connect it to the following nodes.
You can see an example of a proper structure below.
your flow looks complex to me.. can you see how can my flow be modified?
there are 149 items, and I need to loop through each one without the issue of “Problem in node ‘HTTP Request‘
The service is receiving too many requests from you”
You got it! Awesome! Also I noticed you’re using a lot of code nodes. ChatGPT will try and add these even when not necessary. If you want to fully describe the purpose of each I can help guide you to a no code node that may be able to accomplish what you’re trying to do.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.


