Note: The node creates a new document each time it runs. Your original template remains unchanged.
{{placeholder_name}}
For example, in your Google Doc template:
{{client_name}}
{{contract_date}}
{{total_amount}}
{{ }}
){{invoice123}}
{{first_name}}
{{Company Name}}
{{client.address}}
{{q1-revenue}}
{{path/to/file}}
❌{{array[0]}}
❌{{time:date}}
❌INVOICE #
followed by {{invoice_number}}
Date:
followed by {{invoice_date}}
Bill To:
section with {{client_name}}
and {{client_address}}
Services:
followed by {{service_description}}
Total:
followed by {{total_amount}}
Due Date:
followed by {{due_date}}
invoice_number
← Sheet column Ainvoice_date
← Datetime nodeclient_name
← Sheet column Bclient_address
← Sheet column Cservice_description
← Sheet column Dtotal_amount
← Sheet column Edue_date
← Calculated date"Invoice-{{invoice_number}}"
{{client_full_name}}
not {{name}}
){{Company}}
is different from {{company}}
. Ensure exact matches between your template and data sources.Issue | Cause | Solution |
---|---|---|
”Google Doc not found” | Invalid URL or no access | Check URL and ensure the template is shared with your Google account |
”No placeholders detected” | Wrong format | Verify placeholders use {{name}} format |
”Missing placeholder value” | No data connected | Connect data to all placeholders or disable “Error On Missing Placeholder" |
"Cannot create document” | Permission issue | Check Google Drive permissions and available storage |
Use Case | Template Writer | Google Docs Writer |
---|---|---|
Starting Point | Existing template with placeholders | Blank or existing document |
Content Replacement | Automatic placeholder detection | Manual content insertion |
Best For | Structured, repeatable documents | Free-form writing and updates |
Examples | Contracts, invoices, certificates | Meeting notes, documentation |