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

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
  • 1195 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
  • 789 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
  • 2792 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. ...

importing CSV from URL

I have a script to import a CSV from a URL. The URL is provided by an API JSON file. let csvFile = await remoteFetchAsync(reportData.attachment.url) At this line, I get the error:j: Error: Response status was 302 'Found' but redirect mode was set to ...

auekk2787 by 6 - Interface Innovator
  • 499 Views
  • 0 replies
  • 0 kudos

Resolved! choosing single select option as variable in script

I'm writing a script to create records from an API call. One of the fields is a single select option. At the start of the script, I want to use the input option for the user to pick an option from the single select, which will be used for all the rec...

auekk2787 by 6 - Interface Innovator
Solved
  • 973 Views
  • 1 replies
  • 0 kudos
Labels