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

script to copy array of found records to linked field

I'm creating a script between 2 tables: 'Engagements' and 'People'.Engagements is a list of event attendancePeople is a master list of peopleI have a script that, using the attendance sign up info (name, email), tries to find a matching person from t...

  • 66 Views
  • 1 replies
  • 0 kudos

Resolved! Workaround for filtering on selectRecordsAsync

Hi Folks,I have come up with a workaround for not being able to filter on query within scripting automations. Since you can query on a view but views can't be adjusted via the API either we use a view that has a checkbox and then check the box throug...

  • 89 Views
  • 3 replies
  • 0 kudos

Resolved! block release using PAT?

I'm developing a Block Extension. When I type block release I get"Error: Your Airtable API key is invalid. Please use block set-api-key to update it. Code: airtableApiWithInvalidApiKey"Since api keys are deprecated (I have deleted my key and can't cr...

  • 90 Views
  • 1 replies
  • 0 kudos

How do you design a RESTful API?

Designing a RESTful API involves adhering to the principles of Representational State Transfer (REST) to ensure scalability, performance, and simplicity. Begin by defining clear and consistent endpoints using nouns to represent resources, such as /us...

  • 93 Views
  • 0 replies
  • 0 kudos

Updating notebook from apikey

Hello, I was wondering how I update my fetch code in observable to use the personal access tokens? Here is the notebook: https://observablehq.com/@datagrazing/fermentation-jar and the code in question: Airtable = (await import("https://cdn.skypack.de...

  • 119 Views
  • 0 replies
  • 0 kudos

CORS in browser extension

Hello I am developing a browser extension. It does Airtable OAuth and then lets the user fetch tables and quickly add records directly from the browser.Yesterday it all worked well for me and today the Airtable API does not send the appropriate CORS ...

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