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

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

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

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

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

  • 126 Views
  • 0 replies
  • 0 kudos

Formula to return both a calculation and text?

I'd like to build a field that returns the days until due if >0, or "Assign Due Date" if Nan, or "Passed Due" if <0.I am struggling to combine the IF statement with the following formula:DATETIME_DIFF({Deadline},TODAY(),'days')Any tips on how to acco...

  • 195 Views
  • 3 replies
  • 0 kudos

Programmatically releasing extension to multiple remotes

I have developed an extension with specific business logic that I would like to release to multiple bases at once. I do not want to publish this extension to the marketplace as it would not be relevant to those not working at my company. Has anyone f...

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