Adding images to a Google Doc is no problem, but getting them back out can be a pain. I’ve written about this before with Five Ways to Extract All Images From a Google Doc, and more recently, with...
AI can be a huge productivity boost, but it can also become a new bottleneck if it doesn't have existing access to your data. Bouncing back and forth between tabs and pasting sheets data into ChatGPT...
In this tutorial, I'll be writing a general purpose Apps Script Web App to save a cloud-hosted file to Google Drive as a new file, when the original file url is POST-ed to the script's web app...
AppSheet is a no-code, mobile/web-app builder that connects to cloud spreadsheets and databases.
It's a great tool for throwing together a quick mobile app with no coding experience, but also powerful...
Google Forms is widely used in various integrations and workflows that all start with capturing data and sending it to a Google Sheet.
Whether it's a contact form embedded on your website, a...
Today I will be integrating with Google's Static Maps API and using Appsmith to retrieve a map image, given a text-string street address.
There's a bit of setup involved if you've never used the...
Appsmith recently released a new Google Sheets integration with a huge list of options, including a method to Bulk Insert Rows to an existing sheet.
☝️ So let's say you want to take the response...
I've been having a lot of fun building with Appsmith lately and wanted to do something with Google Contacts.
It's easy to connect to a new API from Appsmith, but it's not so easy to enable the Google...
Apps Script is a powerful tool for automating routine tasks with Google Sheets, Docs, Gmail, and other Google services. On a recent job, I needed to create a daily backup of a Google Sheet for a...