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

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...

  • 10 Views
  • 0 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...

  • 83 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.

  • 156 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...

  • 188 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...

  • 370 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
  • 377 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...

  • 905 Views
  • 4 replies
  • 0 kudos

Resolved! Reddit post and comment karma to airtable

Does anybody know or has script you put in extensions and automatically shows post and comment karma on airtable. You need reddit api and airatble api. And a script that i dont know how to write. I would appreciate every help

  • 846 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.