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

Failing to connect metadata api with airtable

I just got metadata api and I’m trying to connect it with my airtable and get data but it is not connecting and keeps throwing me errors. HelloWorld = () => { axios .get( "https://api.airtable.com/v0/mykey" + "/" + 'Table 1', { headers: {...

uncleJ0E by 5 - Automation Enthusiast
  • 1684 Views
  • 6 replies
  • 0 kudos

Pyaritable vs. Airtable | Uploading Linked Records

I built some scripts a while back using the airtable python API wrapper.  I was able to create new records in a table with linked fields using only the string value of the linked record. This was very helpful since I could upload records to 'Orders,'...

Refresh Token Usage

My team and I received an email from airtable that a third party integration access to our Airtable account has been revoked due to security concerns around refresh token usage. We also happen to be the developers of the 3rd party integration.We curr...

kofiachie by 4 - Data Explorer
  • 513 Views
  • 2 replies
  • 0 kudos

Preview not working for developer extension docs

When visiting developer documentation on Extension components, I cannot see the preview of this component in action. A while ago, I remember that preview was working correctly.   Is Airtable support aware about that? Any info when it gets fixed? When...

preshetin_0-1701418107782.png
preshetin by 5 - Automation Enthusiast
  • 135 Views
  • 2 replies
  • 0 kudos

Resolved! SyntaxError in fetch external API

Hello there,I'm trying to fetch data from a product in one base, then send that information to an external API and then update that new info in other base. The code goes like this: //input of modified product let inputConfig = input.config(); //JSO...

Json problem with variable recordID

Hi I have an automation script, and run into a problem, it is not fetching the right recordId in the script, but it does in the previous step. Anybody with a larger brain that can se what I have done wrong here?All the BestJesper

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 ...

Resolved! API: Uploaded attachment types are wrong

I have successfully gotten airtable to upload a PNG and a PDF from Dropbox. But when airtable processes the file, the type is listed as text/html If I include a type field, I get an error: { "fields": { "Type": "Test", "Comment": "", "Attachme...

Jed_Davidow by 6 - Interface Innovator
Solved
  • 4101 Views
  • 20 replies
  • 14 kudos

Viewing and modifying filters for rollup fields

Hello,Looking at the current Airtable fields API, there doesn't seem a way to view or modify the filters for count and rollup fields. If I look at the field options for either of these field types, this does not seem to be supported. Is there a possi...

thisisdm by 4 - Data Explorer
  • 180 Views
  • 1 replies
  • 0 kudos

View Logs for (Failed) API Requests to Airtable

Hello, I just made an API request to Airtable that failed, and I don't have enough traceability data to inform me about the details of the request for which the API request failed (e.g.: the different fields and values in the request body).Is there a...

shubham by 4 - Data Explorer
  • 196 Views
  • 1 replies
  • 0 kudos

API Fetch Error: "Invalid SSL Certificate"

I am trying to use an external API to automatically update some fields in my base based on a record ID using the script below.let table = base.getTable("Tracker");let view = table.getView("US");let query = await view.selectRecordsAsync({ fields: ["ap...

Smithn27 by 4 - Data Explorer
  • 256 Views
  • 1 replies
  • 0 kudos

FAILED_STATE_CHECK

I got a MAKE scenario that reads AT. It runs fine.I copied the table and the scenario now does not run (even with no changes whatsoever to the table). All I've done is point the AT module to the copied table.The message I get in Make is: The operatio...

arruga by 6 - Interface Innovator
  • 672 Views
  • 3 replies
  • 2 kudos

Automating a New View

Is there a way to automate a New Grid View when there is a new record in view? Here’s the flow: A new record is in viewCreate a view.Use a field from the new record to create the filter for the viewSave the view as the Name. I’ve use web scraping too...

I get a Error when I try to use Airtable in PowerAutomate

Hey there!I am very new to Airtable. I wanted to connect PowerAutomate to Airtable. I want to use Airtable as alternative to Google Sheets. I created a token in the settings, used the table and base ID (pulled it out of the link like described in the...

renel by 4 - Data Explorer
  • 675 Views
  • 4 replies
  • 0 kudos

AirTable script to send record to Twilio

I am trying to use AirTable to initiate via automation and a script action to make Twilio call and message our clients.Essentially this is going to be built out in Twilio Studio.  But i am trying to figure out how to implement this code to send all t...

Drew_Nemer by 7 - App Architect
  • 557 Views
  • 0 replies
  • 0 kudos

How to sort by createdTime that is outside of fields?

Hi dear airtable community, I’m using airtable curl API and I want to get the data from the oldest. I believe the go here is the sort parameter passed on as a query, but the createdTime is outside of fields, how can I access that? createdTime has to ...

uncleJ0E by 5 - Automation Enthusiast
  • 830 Views
  • 2 replies
  • 1 kudos
Labels