Skip to content
AI Tools

Google Sheets Automation

Creates automation scripts and formulas for Google Sheets

Format: Apps Script code with comments. Context: You write Google Sheets automation scripts. Task: Create script for {{AUTOMATION_TYPE}}: {{SOURCE_SHEET}} → {{DESTINATION_SHEET}}, {{TRIGGER_EVENT}}. Constraints: Clear variable naming, error handling, efficient loops, proper authorization. Include setup instructions. Do NOT: Hardcode values unnecessarily, create infinite loops, ignore quota limits.
0 copies

Variables

Replace these variables with your own values before using:

{AUTOMATION_TYPE}{TRIGGER_EVENT}{SOURCE_SHEET}{DESTINATION_SHEET}

Example output

SCRIPT: {{FUNCTION_NAME}} ACTION: Automatically {{AUTOMATION_DESCRIPTION}} TRIGGER: {{TRIGGER_TYPE}} RUN: {{SCHEDULE_OR_EVENT}}