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

JotForm issue with attachments?

Hi all,I use JotForm to collect data and then set up an integration with Airtable from the JotForm settings (using api key). I have a file field in JotForm which is mapped to an attachements field in Airtable.  Everything has been working fine up unt...

  • 36 Views
  • 1 replies
  • 0 kudos

Replace API key with Personal Token

I am trying to replace some code in Excel VBA that used API Key with a Personal Access Token. But when i just replace the API key with the new Token ID. It does not work, as in it fails in connecting to the airtable.Set objhttp = CreateObject("MSXML2...

  • 27 Views
  • 0 replies
  • 0 kudos

Attachment resizing

Hi guys!Can anyone help with modifying a script bellow so it forks with automations when a new record is created?Currently, the script works when a button is pressed. The script extension is activated and attachments are resized.The script :let tinyP...

  • 145 Views
  • 1 replies
  • 0 kudos

Resolved! One drive Integration

Hi Team,Can Airtable be Integrated with One - Drive ? If yes can you please let me know if it's going to be an one sided integration or two. does it also covered in Airtable Ent. account ?Yakshi

  • 607 Views
  • 1 replies
  • 0 kudos

SERVICE_UNAVAILABLE Airtable

Hi, I'm getting this error AirtableError { error: 'SERVICE_UNAVAILABLE', message: 'The service is temporarily unavailable. Please retry shortly.', statusCode: 503 } can someone help me

  • 1631 Views
  • 5 replies
  • 0 kudos

Scheduling for a Multi-day event

Hi! Hoping for some insight! I hope I explain this correctly.I work with a talent staffing company for performers. We staff for seasonal events at large attractions, like a big Halloween event that happens only on select days in October. We hire over...

  • 1614 Views
  • 5 replies
  • 0 kudos

PDF Download Issue / Attachment URL Expiry Notice

Good day Airtable team,For Airtable and Softr, I have an issue when it comes to reports not downloaded as PDF automatically in Softr. So these are the following steps I did, Our internal team uploads several reports in the Softr page. Using the file ...

  • 789 Views
  • 1 replies
  • 0 kudos

Can't write a RecordID to a linked Field

Hi All After many hours of trying, I have to ask for help : I'm getting an error "Field "fldxxxxxxxxx" cannot accept the provided value." The field that is failing is Worker. After testing, everything here works fine and writes well to the base excep...

  • 1127 Views
  • 3 replies
  • 0 kudos

Maps Block API Key issue

I'm having an issue with Maps Block authenticating my Google Maps API key.  It works fine if I make the key unrestricted, but adding the restriction to Airtable breaks/blocks the map block from reaching the API.  Per the Airtable dialog box I'm suppo...

  • 552 Views
  • 0 replies
  • 0 kudos

I hope the new color will also support getHexForColor.

New base color doesn't support getHexForColor in @airtable/blocks.@airtable/blockshttps://www.npmjs.com/package/@airtable/blocks?activeTab=versionsI'm developing an extension for airtable in-house,Because it is developed so that the extension color c...

  • 395 Views
  • 0 replies
  • 0 kudos
jk by 4 - Data Explorer

Resolved! API fetch linked fields in one api call

I have a few tables where each table has linked records to the other table and I am fetching it with the Airtable api the problem is though that I need to first fetch table 1 and and get all the linked records IDs and then I fetch table 2 with the re...

  • 1602 Views
  • 3 replies
  • 0 kudos

Resolved! Extracting Value from Object Variable

Probably a pretty simple script update here but I'm stumped... Everything just comes back as undefined rather than the value 1.  

sal_0-1685486053246.png
  • 1057 Views
  • 2 replies
  • 0 kudos
sal by 5 - Automation Enthusiast
Solved

List records API with filterByFormula

Hello,I have a working API to list the records from base. When I test from postman with below URL, it returns the data as expectedURL: https://api.airtable.com/v0/app123/Locations?view=LocationDetails&api_key=2345{ "records": [ { ...

  • 1290 Views
  • 1 replies
  • 0 kudos

Resolved! How to use Utilitites in airtable script

 var authHeader = "Basic " + Utilities.base64Encode(wordpressUsername + ":" + wordpressPassword); I am getting error at "Utilities"  saying"Cannot find name 'Utilities'"  . I need to send post to wordpress using it's rest api and Utilities is require...

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