Help

The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.

Tobi_S
4 - Data Explorer
4 - Data Explorer
since ‎Oct 21, 2020
‎Nov 29, 2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 6 Kudos received

User Activity

Hi, I am trying to load all rows of a base. The code I use is: const airbase = airtable.base('XXXXXXXX').table('someTable') await airbase.select({offset: 0}).eachPage((records, processNextPage) => { records.forEach(record => console.log(record.get(...