Help
Dean_Arnold
7 - App Architect
7 - App Architect
since ‎Jan 05, 2020
‎Dec 14, 2023

User Statistics

  • 53 Posts
  • 2 Solutions
  • 7 Kudos given
  • 32 Kudos received

User Activity

Hi there, I adapted the below script by @Justin_Barrett. Everything was working great until I added a few hundred new records to the ‘TaskLog’ table. The script now throws this error: Exceeded quota of 15 mutations per second at main on line 20: let ...
Hi there, I’m using this script by @Justin_Barrett to batch duplicate some records: This is what it looks like:: let table = base.getTable("TaskLog"); let query = await table.selectRecordsAsync() let checked = query.records.filter(record => {return r...
I operate a booking system in Airtable and I have to generate months of recurring dates/times (one per record) in advance. Click, hold, dragging date sequences is very helpful in this regard (see: Quickly filling cells using fill handle – Airtable Su...
Hi there, I’m trying to use the DATEADD function to calculate an end time for an event. My formula is: DATEADD({Timeslot StartTime},{Duration mins},‘minutes’) {Duration mins} can be a lookup field or a formula field. I’ve tried all formatting options...
Can anyone suggest a form builder/no-code solution that integrates with Airtable and supports the following features: Dynamic, dependent dropdown lists based on Airtable linked records;Dynamic transactions in stripe or some other payment integration ...