Help

Airtable Cobuilder is here! Learn more about our new no-code app creation feature, powered by AI on the Airtable Academy

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

Interfaces API call return 404

Is it just me or is anyone else having trouble with api calls on interfaces?Get / Delete / Add workspace or base collaborators work perfectly fine. But seems like anything to do with interfaces in not found. The below specifically.Even putting the UR...

  • 69 Views
  • 0 replies
  • 0 kudos

Script Extension conversion to Button click script

Here the working script extension: // Create script output descriptionoutput.markdown( "# Stores with 2+ WO in 30 days" ); // Set Tableconst woTable1 = base.getTable( "BR_Details" ) // Set Viewconst woView1 = woTable1.getView( 'Stores with 2+ WO in 3...

  • 113 Views
  • 3 replies
  • 0 kudos

Resolved! Scripting help

Probably a simple solution, but I can not figure it out. I am using the following script to try to get a list of all of the records in a specific table.let table = base.getTable("Codes");let query = await table.selectRecordsAsync();console.log (query...

  • 99 Views
  • 1 replies
  • 0 kudos

Resolved! Error when mapping ContactForm7 with Airtable

When mapping a WordPress CF7 with airtable, Airtable allows Contact Form 7 to write into the field Email if it's an "Email" field-type, but not if i convert it to a linked table.I would like that the field "Email" inside of the table Messages links t...

  • 559 Views
  • 1 replies
  • 0 kudos

Resolved! use single select field values in input select

I'm trying to use the options from a single select field as an 'input' selection in my script. I'm not sure if Airtable allows this. So far I have: let selectTable = base.getTable("Courses"); let selectField = selectTable.getField('School Year'); let...

auekk2787_0-1720904542160.png auekk2787_1-1720904583710.png
  • 241 Views
  • 2 replies
  • 0 kudos
Airtable Community Guidelines
Looking for tips before asking a question? Make sure to review our Airtable Community Guidelines for best practices.