Help
Joao_Machado
4 - Data Explorer
4 - Data Explorer
since ‎Jul 21, 2020
‎Nov 29, 2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hey guys, I have a weather station that logs data to an Airtable every 5 minutes. I can easily access daily summaries if I group the records by date/day, but I cannot use them for anything. So, as suggested in this forum, I created another table to a...
Hi guys, I’m using Airtable.js with a base with over 800 records. This is my basic code to retrieve the records in chunks: function updateTable() { table.select({ maxRecords: 800, pageSize: 84, view: "Grid view", filterByFormula...
Hi, I’m using Airtable-js to build a website using my Airtable as a source. Because my table has 800 records, I’ve added a click event before fetching more pages of my table, but fetchNextPage is behaving strangely. Instead of fetching regular blocks...