Blog

Google Apps Script Tutorials, Tips & Updates

Engineering write-ups, product reasoning, prompts that work, and the occasional changelog-by-accident — from the team building Google Apps Script Copilot.

17 posts
How to Create a PDF from Google Docs Using Apps Script
Tutorial

How to Create a PDF from Google Docs Using Apps Script

A practical guide to Apps Script create PDF from Google Docs, with copy-paste-ready Apps Script examples, trigger notes, error handling, and production tips.

Hassan Raza·Jul 12, 2026·8 min read
Google Apps Script: How to Send an HTML Email with Gmail
Tutorial

Google Apps Script: How to Send an HTML Email with Gmail

A practical guide to Apps Script send HTML email Gmail, with copy-paste-ready Apps Script examples, trigger notes, error handling, and production tips.

Hassan Raza·Jul 9, 2026·8 min read
How to Use PropertiesService to Store Secrets in Apps Script
Tutorial

How to Use PropertiesService to Store Secrets in Apps Script

A practical guide to Apps Script PropertiesService secrets, with copy-paste-ready Apps Script examples, trigger notes, error handling, and production tips.

Hassan Raza·Jul 6, 2026·8 min read
How to Parse JSON in Google Apps Script (With Examples)
Tutorial

How to Parse JSON in Google Apps Script (With Examples)

A practical guide to Google Apps Script parse JSON, with copy-paste-ready Apps Script examples, trigger notes, error handling, and production tips.

Hassan Raza·Jul 3, 2026·8 min read
How to Send a WhatsApp Message from Google Sheets with Apps Script
Tutorial

How to Send a WhatsApp Message from Google Sheets with Apps Script

A practical guide to Apps Script send WhatsApp message Google Sheets, with copy-paste-ready Apps Script examples, trigger notes, error handling, and production tips.

Hassan Raza·Jun 30, 2026·8 min read
Google Apps Script Error Handling: Try/Catch Best Practices
Guide

Google Apps Script Error Handling: Try/Catch Best Practices

A practical guide to Apps Script error handling try catch, with copy-paste-ready Apps Script examples, trigger notes, error handling, and production tips.

Hassan Raza·Jun 27, 2026·8 min read
How to Use fetch() in Google Apps Script to Call an API
Tutorial

How to Use fetch() in Google Apps Script to Call an API

A practical guide to Google Apps Script UrlFetchApp API call, with copy-paste-ready Apps Script examples, trigger notes, error handling, and production tips.

Hassan Raza·Jun 24, 2026·8 min read
How to Send a Slack Message from Google Sheets Using Apps Script
Tutorial

How to Send a Slack Message from Google Sheets Using Apps Script

No Zapier, no third-party tools — just a Slack webhook URL, a few lines of Apps Script, and your Sheet. Here's the complete setup.

Hassan Raza·Jun 21, 2026·7 min read
How to Create a Google Calendar Event from a Google Sheet
Tutorial

How to Create a Google Calendar Event from a Google Sheet

Turn any row in Google Sheets into a Calendar event with one function. No third-party tools, no Zapier — just Apps Script and the CalendarApp service.

Hassan Raza·Jun 18, 2026·7 min read
How to Read and Write Google Drive Files with Apps Script
Tutorial

How to Read and Write Google Drive Files with Apps Script

No third-party libraries, no OAuth dance — just DriveApp. Here's how to read, write, create, and organize files in Google Drive straight from Apps Script.

Hassan Raza·Jun 15, 2026·7 min read
Google Apps Script CRUD Operations with Google Sheets
Tutorial

Google Apps Script CRUD Operations with Google Sheets

Create, read, update, and delete rows in Google Sheets without touching the UI — just Apps Script. Four operations, real code, zero fluff.

Hassan Raza·Jun 12, 2026·8 min read
How to Schedule a Google Apps Script to Run Automatically
Tutorial

How to Schedule a Google Apps Script to Run Automatically

No cron server, no external scheduler — just ScriptApp.newTrigger(), a timezone setting, and one idempotent setup function. Here's every schedule type you need.

Hassan Raza·Jun 9, 2026·6 min read
How to Use Google Apps Script with Google Forms (Full Guide)
Tutorial

How to Use Google Apps Script with Google Forms (Full Guide)

The onFormSubmit trigger is the key to automating Google Forms. Here's how to install it, read responses correctly, send confirmation emails, and avoid the mistakes that break most setups.

Hassan Raza·Jun 6, 2026·6 min read
Google Apps Script for Beginners: Your First Automation in 10 Minutes
Tutorials

Google Apps Script for Beginners: Your First Automation in 10 Minutes

No install, no cost — just a Google account and a few lines of JavaScript. Here's how to write your first real Apps Script automation, step by step.

Hassan Raza·Jun 3, 2026·9 min read
Copy a Row to Another Sheet in Google Apps Script (3 Methods)
Tutorial

Copy a Row to Another Sheet in Google Apps Script (3 Methods)

Three copy-paste ready methods — by row number, by condition, and on edit trigger — plus how to move rows and fix the most common errors.

Hassan Raza·May 31, 2026·6 min read
Google Apps Script Trigger on Edit: Complete Guide with Examples
Tutorial

Google Apps Script Trigger on Edit: Complete Guide with Examples

The onEdit trigger is the fastest way to make your Google Sheet react to changes in real time. This guide covers simple triggers, installable triggers, and five copy-paste examples you can use today.

Hassan Raza·May 28, 2026·8 min read
How to Send Email from Google Sheets Using Apps Script (2026 Guide)
Tutorial

How to Send Email from Google Sheets Using Apps Script (2026 Guide)

No third-party tools, no API keys — just Apps Script, MailApp, and your spreadsheet. Here's every method with copy-paste-ready code.

Hassan Raza·May 25, 2026·6 min read