Forum Discussion
gotmike
10 years agoFrequent Visitor
how to create a query that paginates?
I'm working with the Hubspot CRM API and when you query for a list of all deals, you only get 100 records at a time, and they want you to send subsequent queries with an "offset" to paginate the resu...
snamuth
8 years agoFrequent Visitor
Thank you shad0wca7 This worked perfectly. All I had to do was adjust for the contacts API and modify [offset] to [#"vid-offset"], and the Table to be contacts instead of companies. I really appreciate it.
shad0wca7
8 years agoFrequent Visitor
You're welcome! I spent a fair bit of time trying to get this to work reliably and it would be a shame not to share it!