I am running into an issue with having multiple GET webhook calls in a single Zap.
I am using a GET call to retrieve a list of items. The API limits the return to 100 items but I can make the call with an offset. What I wanted to do was make multiple calls in the same zap to get the entire list of items I need, its only about 350.
The problem I am experiencing is that the second webhook call in the Zap always returns a 502 error. I can run a single GET just fine but the second gets an error. I can even make a sub zap and run that multiple times without the 502 error.
Is there a problem with making multiple calls in the same zap?