Key Capabilities
Button Triggers
Generate PDFs from buttons or action sequences
Line Items
Support for dynamic line items and data mapping
File Storage
Store generated files within Glide tables
Web Embed
Display generated documents using web embed components
Step-by-Step Setup
Select Google Doc Template
Every automation requires a Google Doc template. Reference the Google Doc Template Guide for comprehensive setup options, or use the Playground Template for testing.
Configure Glide Integration
Add the “Generate document” action with DocsAutomator. For first-time setup, provide your DocsAutomator API key (located in account settings).
Set Template ID and Filename
- Locate your template/automation ID in the URL bar
- Specify the output filename (tip: use template columns to make filenames unique per row)
Map Data Fields
Create placeholder-to-value pairs where placeholders match your template exactly (without curly brackets). Values can reference Glide data sources or custom text.
Line Items Implementation
Row Level (2nd Level)
Construct individual rows using JSON Object columns that format line item data with placeholders matching your template variables.Joined List (1st Level)
Create a Joined List column at the parent level (e.g., Invoices table) that references the row data via a Relation column.Array Conversion (1st Level)
Use a Template column to convert the joined list into array format for passing to DocsAutomator.FAQ
How do I format numbers and dates?
How do I format numbers and dates?
- Use Format Date columns for date formatting
- Use Template columns for number formatting (converts fields to text)
How do I add images?
How do I add images?
Declare image variables as
{{image_uniqueName}} in templates. Map image columns from your table.Can I get Google Doc links?
Can I get Google Doc links?
The native integration doesn’t currently support storing links to generated Google Docs. Use the DocsAutomator API as an alternative.
How do I troubleshoot issues?
How do I troubleshoot issues?
Check your run history at app.docsautomator.co/runhistory for detailed error information. Contact support for unresolved issues.
E-Signatures and PDF Templates
DocsAutomator supports e-signatures with all data sources, including Glide. After generating a document, you can automatically route it for signing. DocsAutomator also supports PDF templates in addition to Google Doc templates.
Next Steps
Template Guide
Learn the template syntax
Line Items
Master tables and repeating rows
Run History
Monitor document generation
API Reference
Advanced API integration