Airtable · Arazzo Workflow
Airtable Paginate All Records
Version 1.0.0
Page through every record in a table using the offset cursor.
View Spec
View on GitHub
ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
paginate-all-records
Fetch the first page of records, then the next page via the offset.
Requests the first page of records with a page size of one hundred, then uses the offset cursor from that response to retrieve the following page.
1
firstPage
listRecords
Request the first page of records using the maximum page size of one hundred records.
2
nextPage
listRecords
Fetch the next page of records by passing the offset cursor returned by the first page into the offset query parameter.