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

Resolved! Aritable listRecords API not returning fields data

HiI am trying to use below code (Google Apps Script) to get data from Airtable. The fetch request succeeds but the fields are returned as text [Object]. I am not able to see actual data. However the request works from other HTTP clients like Bruno.I ...

Sri1 by 6 - Interface Innovator
Solved
  • 122 Views
  • 5 replies
  • 0 kudos

Oauth authentication with airtable.js - help needed please

Hello, I am building an Airtable integration for my product to use the Airtable API on behalf of users. I would like to use the Official API client which is airtable.jsIn the interactive documentation link given, I had a look at the "Javascript" tab ...

leahnsk by 4 - Data Explorer
  • 62 Views
  • 0 replies
  • 0 kudos

OAuth Error on Authorization request

I've registered a new OAuth integration record on my dev instance of Airtable, however when trying to perform the first step of authorization by getting a code I am presented with the following error:"This third-party app failed to properly construct...

PlanrDev by 4 - Data Explorer
  • 310 Views
  • 0 replies
  • 0 kudos

API GET request with fields in query string failing

the url I am using (In Power Automate Desktop) ishttps://api.airtable.com/v0/appKJvw9LuKiqGcRt/tbljRNXydGMGabTcf?fields:{"Account No","Case Descriptive"}&view=Update Taxes Monthly - Dad&filterByFormula=AND({DNC Case Master} = 0, OR({Taxes Owed Last U...

Steve48 by 5 - Automation Enthusiast
  • 161 Views
  • 2 replies
  • 2 kudos

Find or update non-existing record using API

HI! I have to check if record still exist before making updates on it, but when I use "find" JS API method I receive 403: You are not authorized to perform this operation response on non-existing records. Same situation with the update method.When I ...

Consult for image url in create record API

Hi, I'm using Create Record API, my requirement is sending a image to a field in table. But the API requires to send an image URL instead. Would anyone know if there is a hosting service that can return the image URL while ensure the image uploaded i...

ShortcutsFan by 5 - Automation Enthusiast
  • 184 Views
  • 2 replies
  • 1 kudos

Airtable API not returning more than 100 records

Trying to debug code written by someone else. It seems that the following code doesnt return more than 100 records even though fetchnextpage is set.This seems to have stopped working recently and I'm not sure what has changed. return new Promise((res...

Create share link for a View via an API

I'm interested in creating a share link for a View automatically in response to user requests through our backend server.Could anyone tell me if it's feasible to generate such a link via an API or through any other methods?Thank you!Appendix:The imag...

henry60603 by 4 - Data Explorer
  • 171 Views
  • 1 replies
  • 1 kudos

Autodelete columns from 500 onwards

Hello there,Everytime an event occurs, a tool add a new record in Airtable. Once added, it's automatically sorted by Creating Time, so the newest one is always on top.What i need it that if the total rows is 500 and a new record is added on the top, ...

Labels