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

Airtable API endpoints

Hi! very new to using Airtable. I am trying to find out if it’s possible to use Airtable to populate users profiles for a small 30 members community. I am trying to display name, title, image, etc.. or would I be better using something I am more fami...

  • 16 Views
  • 0 replies
  • 0 kudos

CORS problem when used airtable variable

I can call my endpoint (with hardcode variable) it's successful in requesting ( got a response ), but when I try to use a variable, params from the record. It's stuck on the CORS problem, but I am not sure why,(both variables are the same, the differ...

  • 1354 Views
  • 0 replies
  • 0 kudos

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

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

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

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

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