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

Resolved! Simple Script: update field using another field.

Hello everyone! Relatively new to scripts, but I think I am starting to get the hang of it.Basically, I am trying to convert a currently overloaded automation into a script for easier maintenance and better customization. Overly simplified automation...

byrnes by 5 - Automation Enthusiast
Solved
  • 254 Views
  • 1 replies
  • 1 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

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

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
  • 556 Views
  • 0 replies
  • 0 kudos

Resolved! Add preview button in script.

Hi, I'm copying contacts from one table and pasting them into another table. I'm looking for a preview of these contacts on a button click. Is there a way to add a button in the script?

Trigger script actions from interface

Hello everyone,I have used scripts a lot in the Automations pannel. However, I'd like to create more user friendly experiences using the Script Extension.Upon creating my system, it appears that buttons that trigger script extensions can not be run f...

Update API Key to Access Token - Google Sheets Script

I'm trying to update a Google Sheets script that syncs an Airtable Base to Google Sheets. The script uses an API Key and I need to update it to use the Access Token.Anyone know how to update this code to use the Access Token instead of the API Key? T...

Search number in range

Hi again,everyday I love more and more Airtable! I had to admit that... But... I stuck on KEY function of builded app... KEY FUNCTION I have a list with products, min/max are numbers, and defining working range for product:name | min | maxabcd | 100 ...

swanlike by 5 - Automation Enthusiast
  • 1265 Views
  • 3 replies
  • 1 kudos

Looking for developer support

I have been running Airtable for at least 5 years and am very familiar with it. I have a need that is beyond my no-code low-code capabilities and I am looking to hire someone to help me develop the following idea.I have a base that has dynamic inform...

Resolved! UpdateRecordsAsync is skipping some updates

Hiya AT community, I was hoping someone would be able to shed some light on my issue, as I haven't been able to solve this one on my own!I have a script that is performing some updates to a stocktake via a script. It will find matching items and then...

Katieglamer by 5 - Automation Enthusiast
Solved
  • 405 Views
  • 2 replies
  • 1 kudos

API REQUEST SOURCE IP ADDRESSES

Hi, in order to consent my bank service platform to receive api requests from airtable, I need to put on his whitelist the ip address from which API Requests comes.Reading documentation I found they should be 52.44.24.118 and 3.215.151.50but not work...

Avoid 30s limit script

Hello, I am creating a json object from my airtable data to send it to a google script: //Table Bail --> xxxxx //Table Locataire --> xxxxx //Table Facturation --> xxxxx //Table Roof --> xxxx //Table Chambre --> xxxxx let url = "https://script.googl...

Labels