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

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.

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.

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.

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.

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.