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

Setting up a proxy server

Hi everyone, This question might sound a bit naive and I apologize in advance. What is the best way to set up a proxy to a backend app in the scripting blocks dev environment? When using create-react-app I make the proxy in the package.json "proxy":...

Resolved! How to match / write into a single-select field?

Hi - I have a newbie question here. I am writing a script with the script block to write a value into a single select field but I keep bashing my head against the wall. Can someone give me some guidance? Here’s the short and skinny: If I use the be...

aalj by 4 - Data Explorer
Solved
  • 9219 Views
  • 6 replies
  • 22 kudos

Resolved! Script: On update, how to get only the updated record?

I’m creating an automation to run when a record is updated like this: " In the script, how can I get the record that was updated or its ID? So I can target only it. The example I’ve found select all records: // Update all the records let result = awa...

airtable
Isle by 4 - Data Explorer
Solved
  • 2626 Views
  • 3 replies
  • 3 kudos

How to creat a record while using input.fileAsync

My question as below: I use this script: Let attachment = await input.fileAsync('Pls upload the cargo packing list') Then I want to create a new record with one field as MultipleAttachment. I want this MultipleAttachment field having the attachment...

Xuewen_Zeng by 5 - Automation Enthusiast
  • 2330 Views
  • 4 replies
  • 4 kudos

Pull in a Weather API using a script

Hi Guys, Wondering if anyone can help me out with this one. I want to create a script that incorporates an API to weather.com. The script will draw the information from the field and the field in Airtable and the result will be the weather forecast...

James_Henry by 5 - Automation Enthusiast
  • 7440 Views
  • 9 replies
  • 4 kudos

Script to count records in tables and total in base

Here is a script that will count records per table and output the result as a little CSV output. It is a little quick and dirty and will take ‘some time’ to run if you have large record counts. Hope it is useful to someone. let tableCount = base.tabl...

Nigel_James by 5 - Automation Enthusiast
  • 13396 Views
  • 25 replies
  • 16 kudos

Create record in another base

Hi everyone, I have a main base, I want whenever I create new record in main base, the other specified base will be updated, and whenever I edit or create new record in that specified base, the main base also be updated. It looks like sync but I want...

Resolved! Importing libraries

I have a task that requires itertools. but I am having no luck. is it possible to import from itertools? or any other library for that matter? thanks

D_A_VFX by 5 - Automation Enthusiast
Solved
  • 5751 Views
  • 7 replies
  • 6 kudos

"No overload matches this call"

I am trying to use createrecordsasync but am getting this error: “No overload matches this call” All the parameter types are correct. I’ve switched them, created variables, double checked, etc. What else can I check? No overload matches this call. T...

Rose_Haft1 by 8 - Airtable Astronomer
  • 3774 Views
  • 3 replies
  • 2 kudos
Labels