Question

Add more items outputs in 1 retrieve poll (Unleashed)

  • 5 December 2022
  • 1 reply
  • 35 views

I am trying to retrieve StockOnHand data from Unleashed using a webhook. It works which is great, I get the data and can pull it into Google sheets.

However, there are only 200 products per page being retrieved. We want more products to pull through with 1 poll. Is there a way to do this within Zapier or would this have to be done in Unleashed?

 

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @Dirk P 

Good question.

Most apps have pagination for returned result sets.

You can check the app API docs to see if there is a MAX results per page that you can set, perhaps higher than 200.

But if you need more results than the MAX you can try one of these approaches.

  1. Code step to make the API call and handle pagination
  2. Create a looping Zap to handle pagination
    1. Concept here: