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

Create organization-specific data sources.

Hello,I am trying to create a web app using Airtable and Softr. I have already created a fully functional application, but now I want to scale it so organizations can create their own profiles and customize them as they like without affecting other u...

  • 26 Views
  • 0 replies
  • 0 kudos

Scripting - filter by "Link to another record" field

I have this code that works well when filtering a field that is SIngle Line Text empName="Dummy Employee"let records = query.records.filter(record => record.getCellValue("Name") === empName); But If i want to filter a field that is a "Link to another...

  • 33 Views
  • 1 replies
  • 0 kudos

Base64 Image Upload to Airtable API Appears Broken or Tiny

Hello Airtable Community,I am trying to upload an image via Base64 encoding using Airtable’s uploadAttachment API, but the uploaded image appears as a broken placeholder or a very tiny image instead of displaying properly. My Setup:Using Base64 encod...

Autive_1-1738163620790.png Screenshot 2025-01-29 at 8.40.53 AM.png
  • 114 Views
  • 5 replies
  • 0 kudos

LongTextFields Error

I am receiving the below error;O: Can't create field: invalid field config. Creating or updating options for longText fields is not supported at this time. at main on line 31Can Airtable not support creating a Long Text Field? I might be missing some...

  • 87 Views
  • 1 replies
  • 0 kudos

Resolved! Airtable webhook api to bubble vice versa

Is there already docs or complete process on how to use airtable webhook api to bubble? Like if the data is created in airtable it will call a backend wf then viceversa in bubble.io to airtable.

  • 157 Views
  • 2 replies
  • 0 kudos

Data Cloud Integration with Airtable

Hi Team,Has anyone successfully integrated Data Cloud with Airtable? I have followed all the steps provided on the Salesforce website to set up the integration but have encountered the same issue described below.@Patrick_Baker a community member, als...

  • 189 Views
  • 0 replies
  • 0 kudos

Script with consecutive remoteFetchAsync call failing

Seems to be working fine previously but now when I am making consecutive calls with remoteFetchAsync, I get `TypeError: Failed to fetch` after the 1st, 2nd or 3rd request.Is there a change in behaviour in a recent release? Code example:```for (let in...

  • 371 Views
  • 1 replies
  • 0 kudos

403 permissions error

I am trying to receive party size data in my airtable for an integrated bland.ai voice assistant. If I remove the party size record in the airtable module, everything goes through smoothly but it is only party size that brings up this 403 error. Can ...

Screenshot 2025-01-21 at 3.14.48 PM.png Screenshot 2025-01-21 at 3.15.07 PM.png Screenshot 2025-01-21 at 3.15.28 PM.png Screenshot 2025-01-21 at 3.15.41 PM.png
  • 378 Views
  • 1 replies
  • 0 kudos

Issue Updating MultipleSelects Options via API

Hi everyone,I’m trying to update the list of select options in the column Categories_test in an Airtable table using the API. My request seems to be correctly formatted, but I keep getting an error response from the server. I would appreciate any gui...

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