HuyKhieu
HuyKhieu3mo ago

Get more than 100 records from Airtable

Hi there, I get data from Airtable API, but it only allow me to get maximum 100 records at a time, if I want get more than 100 records, I will need to make multiple requests, one per page. But I don't know how can I do it on Buildship, anybody there can help me? https://support.airtable.com/docs/getting-started-with-airtables-web-api
Getting started with Airtable's Web API | Airtable Support
Learn the basics related to Airtable's Web API.
No description
1 Reply
AI Support
AI Support3mo ago
To retrieve more than 100 records from the Airtable API, you will indeed need to make multiple requests, handling pagination by using the offset parameter provided in the API response. In BuildShip, you can achieve this by setting up a loop that continues to make requests until there are no more records to fetch. For detailed guidance on how to set up loops and handle pagination in BuildShip, please refer to the following BuildShip documentation page: BuildShip Documentation. If you need further assistance, please submit your query via the in-app support button.
BuildShip - Visual backend workflow builder
Visually build workflows and powerful backend logic for your apps. Powered by AI, connect to anything with or without code.