workflows.fit
Back to n8n workflows
n8n templateFreeBy Antonio Gasso

Template-based Google Drive folder generation with Forms and Apps Script

Overview Stop manually creating folder structures for every new client or project. This workflow provides a simple form where users enter a name, and automatically duplicates your template folder structure in Google D...

DevelopmentCore NodesData & StorageSticky NoteForm TriggerGoogle DriveWait
Loading interactive preview...

Template notes

Overview Stop manually creating folder structures for every new client or project. This workflow provides a simple form where users enter a name, and automatically duplicates your template folder structure in Google Drive—replacing all placeholders with the submitted name.

What This Workflow Does 1. Displays a form where users enter a name (client, project, event, etc.) 2. Creates a new main folder in Google Drive 3. Calls Google Apps Script to duplicate your entire template structure 4. Replaces all {{NAME}} placeholders in files and folder names

Key Features - Simple form interface — No technical knowledge required to use - Recursive duplication — Copies all subfolders and files - Smart placeholders — Automatically replaces {{NAME}} everywhere - Production-ready — Works immediately after setup

Prerequisites - Google Drive account with OAuth2 credentials in n8n - Google Apps Script deployment (code below) - Template folder in Drive using {{NAME}} as placeholder

Setup

Step 1: Create your template folder

📁 {{NAME}} - Project Files ├── 📁 01. {{NAME}} - Documents ├── 📁 02. {{NAME}} - Assets ├── 📁 03. Deliverables └── 📄 {{NAME}} - Brief.gdoc

Step 2: Deploy Apps Script 1. Go to [script.google.com](https://script.google.com) 2. Create new project → Paste code below 3. Deploy → New deployment → Web app 4. Execute as: Me | Access: Anyone 5. Copy the deployment URL