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! 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
  • 1486 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
  • 420 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
  • 676 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 8 - Airtable Astronomer
  • 711 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...

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
  • 2113 Views
  • 3 replies
  • 1 kudos

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

Connecting Twilio to AirTable

I know that there is already an automation that allows for Airtable to send SMS to Twilio, however I am looking to put together something more advanced. I want to use Twilio Studio to create a flow that would remind clients of their appointments (the...

Drew_Nemer by 8 - Airtable Astronomer
  • 1110 Views
  • 1 replies
  • 0 kudos

faster way to link using scripting

I'm fairly new to JS and I'd love feedback if this script is the most effective. I'm trying to link records between tables, and I know it's not a simple copy-paste.I have two tables: enrollments (students) and courses.Enrollments has the fields:Cours...

auekk2787 by 6 - Interface Innovator
  • 685 Views
  • 3 replies
  • 1 kudos

Resolved! pulling data from API POST response

I'm running an API POST script and I'm trying to utilize the id that is returned in the response.This is the key piece of the script. var postOptions = { method: 'POST', headers: myHeaders, body: formdata, redirect: 'follow' }; let response ...

auekk2787 by 6 - Interface Innovator
Solved
  • 2468 Views
  • 9 replies
  • 2 kudos

API & JSON strings

Hey EveryoneI have a problem when collecting data thru API, in this example records of a foodmeny in Airtable. Every dish and the different infos (ID, Day & Date, Swedish, English, Allergens) is formated in a formula field in Airtable. One per dish. ...

Labels