The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
With The official Airtable JavaScript library you can now use all() instead of having to manually paginate:
const data = await base(tableName)
.select({ view: viewName })
.all();
github.com
Airtable/airtable.js/...