Hello James,
Not sure about weather.com but if you are familiar with openweathermap.org, I have a script that can get their data.
First, head here to to get an api key.
let table = base.getTable('weather_data');
// NAME YOUR TABLE YOU WANT THE DATA T...
Paul_Warren:
The scripting repository is awesome and I would love to see this for custom blocks.
This is pretty cool. Not a single base but…
For The Record – 15 Jul 20
Introducing the winners of our first-ever Airt...
You can do this but it won’t physically send. It will open the email client and then you’d have to hit send.
Button field actions
Open URL
This action will open a link where the URL can be based on values from your record. If the URL is for a link in...
David_Van_Eeckhout:
I am really new to google apps script and pulling data from Airtable, I’m using the code from this post on Medium . One problem I’m having is that every time it pulls from one of my 3 tables it brings in data in the wrong for...