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! How to get less records in webapi and also get the offsett

Hello there,https://api.airtable.com/v0/appycQyQBCRaFT2aD/Tebi-Category-Test?maxRecords=110&view=Grid%20viewI'm using this API to get the my table's data and after that I will process this into my CMS and then to fetch next records there is offset wh...

mike16_0-1710416484393.png
mike16 by 5 - Automation Enthusiast
Solved
  • 405 Views
  • 5 replies
  • 3 kudos

Resolved! Tip: How to get a Field ID from GUI for use in API

Hi! I found a workaround that’s helpful for me, so I thought I’d share. If someone has an easier way to do this, please let me know! Apologies if this has already been posted, I didn’t find it after a bit of searching. The problem I was trying to sol...

David_Smedberg by 6 - Interface Innovator
Solved
  • 15078 Views
  • 10 replies
  • 14 kudos

Access table from an OpenAI GPT

I have created a personal token with data.records:read scope.I have created an action in OpenAI GPT with schema:openapi: 3.0.0 info: title: Airtable Direct Access API version: 1.0.0 servers: - url: https://api.airtable.com/v0/appM376pMJS0ddkXZ/...

Resolved! Unable to use OAuth - Error Message

I am trying to set up an OAuth for Make, as API keys are no longer available to use, and it says not to give Personal Access Tokens to third party companies.I do not understand what the 'OAuth redirect URL' is supposed to be, at the moment I have tri...

Screenshot 2024-02-19 at 15.26.30.png Screenshot 2024-02-19 at 15.31.17.png
hannahRFP by 6 - Interface Innovator
Solved
  • 900 Views
  • 7 replies
  • 3 kudos

Power Query Missing Columns

Hi All, I use the API to pull our data into Excel for automated reporting, and it does the job quite nicely :slightly_smiling_face: However, I’ve added a new column to collect a bit more information, but that column doesn’t seem to be available to ...

Simple external API call hits 405 (Method not allowed)

I'm trying to execute a simple API call to Fireberry:   const options = { method: 'POST', headers: { accept: 'application/json', 'content-type': 'application/json', tokenid: '...' }, body: JSON.stringify({accountname: 'Test'}) }; ...

Roy_Golan by 5 - Automation Enthusiast
  • 380 Views
  • 2 replies
  • 1 kudos

Unable to retrieve data using field id

Hello The following code works when I pass in the field name as a string to the get function. It doesnt when I use the field id. I want to use field id. The code is taken from the API sample for javascript await table.select().eachPage(function page...

Airtable to Eventbrite Sync

Anyone have success syncing event details between Airtable and EventBrite?  Make.com only seems to tie to date and name of event, none of the detail fields appear to be mappable.  

Labels