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

filterByFormula column name with spaces

base('Test Space Request 2016').select({ view: "Main View", filterByFormula: "({Requester Name} = 'Mo Biegel')" }).eachPage(function page(records, fetchNextPage) { }, function done(error) { }); For some reason this isn’t bringing up any da...

Tzvi_Spitz by 4 - Data Explorer
  • 6129 Views
  • 6 replies
  • 1 kudos

Airtable Ruby Client

Nathan Esquenazi, founder of CodePath, created a really nice Ruby client for the Airtable API: GitHub Airtable/airtable-ruby Access Airtable data sheets with ease using ruby. Contribute to Airtable/airtable-ruby developm...

Computed Fields on Update

When sending PUTs to the API with a complete record you’ll get an error if you include computed fields. Since you get computed fields back like any other, the only way to find out which fields are computed is by either a) from the error messages when...

Attachment File Names Are Lost If Added Via API

I’m seeing a problem with using Zapier to add files to attachment fields in AirTable. The file itself comes through when added via a Zap, but the issue seems to be that the file name and extension is replaced with the name “file”. This is a screensh...

Screen Shot 2016-10-05 at 12.11.11 PM.png
Aaron_Owen by 7 - App Architect
  • 2111 Views
  • 0 replies
  • 5 kudos

Can Jasper reports access airtable api?

I haven’t done any database programming in about 20 years. Things have come a long way since the dbase and Paradox days. I am struggling with the lack of reporting features in Airtable, but like everything else. I downloaded a copy of Jasperreports...

Sort using curl?

How do I got about sorting with querystring parameters? The API documentation seems to only give an example for the ruby client.

List Records without Pagination?

Hi, Is it possible (or on a future roadmap) to list all the records in a Table without Pagination? I.e. Not have the ‘pageSize’ maximum limit of 100? The reason behind the question is that I’m looking to see if there’s a way to pull all the data from...

API Templates and Examples

Does anyone have examples they are willing to share about what they have made using AirTable’s API? I’m an amateur web designer / novice web developer. I’m self-taught and I really want to get inspired to learn more. I love AirTable, but I find it’s ...

Izaac_Post by 6 - Interface Innovator
  • 12056 Views
  • 6 replies
  • 7 kudos

Create new record with foreign key

Hi, I’m having problem to create new record with a link to another record. An “422” error occurred when trying to create record on "appfIRESxNQnQ5D05:prodej" : Value “recl8c3CDNQECQCyR” contains duplicate value. Each record ID must appear only once I...

Labels