Help
Olivia_Ehrenrei
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jan 19, 2022
‎Nov 29, 2022

User Statistics

  • 15 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

Is there a method on base(‘tableName’) that can get the length (number of records) of the table? Here is part of my code: var Airtable = require('airtable'); var base = new Airtable({ apiKey: 'myApiKey' }).base( 'myBaseId' ); base('tableName'). ...
I want to know (and then trigger an automation) when there are 10,000 records added to my table. How can I do this?
I’m using a custom script to get records form the base I am in. To do this, I am using using: base.getTable('Incoming'); Now, I’d like to create new records using data from the records in base.getTable('Incoming') in a table that lives in a differen...
I’m trying to use the scripting app to: Get all of the records from one table (this Table is called “Incoming”)Copy all the records from the Incoming table to a different table called “Copied” Here is my code: let tableIncoming = base.getTable('Incom...
I have a table that gets a lot of log data – about 8,000 records per month. Since a table can only hold 50,000 records and a base can only hold 100,000 records, I’d like to move the table to another base (on a given date or after a specified amount o...
Kudos given to