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

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
  • 828 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
  • 362 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.  

Edit cells within AIRTABLE?

How to edit cells within AIRTABLE as I have seen it detects values inside a cell like Listbox but not possible to edit like Excel cell F2.

NEF1QLSZ4U by 6 - Interface Innovator
  • 344 Views
  • 2 replies
  • 0 kudos

Limit Check Too Many Records in Table

Hi,I currently have an Airtable base connected to Softr that has 198,322 / 250,000 records. When one of my stakeholders are currently endorsing in Softr, they receive this message (see screenshot).I would like to know the root cause and a possible so...

Francoloco23 by 5 - Automation Enthusiast
  • 569 Views
  • 1 replies
  • 0 kudos

Resolved! Getting and writing new lines in long text fields through API

When trying to read or write data to and from a long text field via the API, I am loosing the newlines.This is an example of what I have in the field:When reading the content through the API, I am getting this:Also, when writing \n to the field via t...

einfachiso_0-1707928824196.png einfachiso_1-1707929015748.png einfachiso_2-1707929140912.png
einfachiso by 5 - Automation Enthusiast
Solved
  • 273 Views
  • 2 replies
  • 2 kudos
Labels