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: 

Forum Posts

Filter by formula for curl equivalent for "INCLUDES"?

Would anyone tell me how I should go over my trouble with Airtable api? I would like pick up data from my table by curl with “filter by formula” i.e. filterByFormula: ‘(FIND(“0011”,Code))> 0)’, it is OK with record which has only one data “0011” in ...

Issue with "sorting" through API

Hi all, I’m having hard time with “sort” through API. Whatever I tried got me INVALID_REQUEST_UNKNOWN error (message: Invalid request: parameter validation failed. Check your request data.) Here is the browser JS code I render the final request url: ...

OAuth credentials for Airtable API?

We’re building an Airtable add-on. Is there an easy way to get OAuth credentials so that users of the add-on don’t need to copy/paste API tokens? Thanks!

Paul_K by 6 - Interface Innovator
  • 1695 Views
  • 5 replies
  • 2 kudos

What are the specific steps in using the Airtable API?

The API documentation implies that all that’s needed is the official node.js client I have downloaded the files and the page says to “install airtable.js in a node project: npm install airtable”. Where is “a node project” and where do I type “npm in...

Christoff by 7 - App Architect
  • 11920 Views
  • 8 replies
  • 6 kudos

Get rows with unique values

I have a table with several entries. One Column is an ID which could be used several times (not unique). Now I would like to retrieve a list of all records with just one unique entry in column ID. Somehow like an inverted duplication-checker. I wante...

Fetch a single record using Visual Basic .NET code

Dear Community Your help would be very much appreciated if you knew how to fetch one record from my table in Visual Basic Script VB.net code, could you help? Jonathan P.S. Here is the equivalent of what I want to do using the curl utility: curl.exe ...

HTTP error 504 response not in JSON format

As far as I can tell I aways get nice JSON responses, but with this error the response comes in the form of a HTML page. My error handling didn’t like that. <!DOCTYPE html> <html> <head> etc <h1 class="my2">This page is taking too long to load.</h1> ...

Tuur by 10 - Mercury
  • 10924 Views
  • 14 replies
  • 2 kudos

filterByFormula array contains

I would like to filterByFormula the records with arrays that contain a certain ID. The arrays look something like this: Arr [a, b, c, d] [c, d] [a] How does one filterByFormula to get all the records with arrays containing ‘a’?

PNG transparency lost when uploaded via app

It may be a feature but just wanted to point this out. I see the following behavior uploading a PNG image with transparency through the browser (Safari 9.1 on OS X), the file is uploaded as a PNG with transparency uploading the same file via the iO...

Ken by 5 - Automation Enthusiast
  • 4537 Views
  • 1 replies
  • 0 kudos
Labels