Help
Development & APIs
Share, ask questions, and learn more about the backend of your Airtable applications.
cancel
Showing results for 
Search instead for 
Did you mean: 

Development & APIs Activity

Issues with Jotform Integration

The past week or so, we have experienced intermittent issues with the Jotform + Airtable integration.1. Some Jotform submissions indicate they were successfully sent to Airtable, and never showed up in Airtable.2. Fields that contain more than one at...

  • 29 Views
  • 0 replies
  • 0 kudos

How to filter a linked record from a table by input with a script

I'm trying to filter my extract by the bank that the user select, but i'm always getting null.What am i doing wrong?const extract = await Extract.selectRecordsAsync({    fields: ["Name", "Data", "Valor", "Bank"]}).then(query => query.records)let bank...

  • 57 Views
  • 2 replies
  • 0 kudos
Guics by 5 - Automation Enthusiast

Copy Base via API

I have a problem, everytime when I creating new base, I need to manually set up all tables. I have the main base that I would like copy(tables, extensions, automations) to others, can I archive that by API or code ?

  • 172 Views
  • 1 replies
  • 0 kudos

Change log for records modification

Hello,I have a Database that includes a table of Users and a Table of inventory (Computers , Monitors, Docking stations and so on).All of our inventory is mapped by serial number.When I give the user a device I assign it to the Air table.I want to ha...

  • 214 Views
  • 2 replies
  • 0 kudos

Please bring back React devtools for custom extensions

React devtools used to be found in the "Advanced" tab while developing a custom extension.  They no longer are and I heard that they got removed for maintenance difficulties.Can you please bring them back or somehow give us a workaround for using the...

  • 309 Views
  • 0 replies
  • 0 kudos
Airtable Community Guidelines
Looking for tips before asking a question? Make sure to review our Airtable Community Guidelines for best practices.