DocsAutomator
BlogLaunch App
  • 📃DocsAutomator Basics
    • DocsAutomator Overview
    • âš¡Quickstart Guide
    • Google Doc Template Guide
  • 🔗Integrations / API
    • Airtable
    • Google Sheets
    • Glide
    • Noloco
    • ClickUp
    • Zapier
    • DocsAutomator API
  • ✨Features
    • Dynamic Images
    • Line Items
      • Line Items Grouping + Calculations
      • Auto Row Numbers
    • Sections
    • Advanced Placeholder Options
      • Conditional Paragraph / Row Deletion
      • Enable Markdown Formatting
      • Hidden Values
      • Conditional Show / Hide
      • Conditional Styling
    • Actions After Document Generation
      • Saving Google Docs
      • Save PDFs in Google Drive
      • Send Email
      • Merge Existing PDFs
      • Notify Webhook
    • Document Previews
    • Run History
    • PDF Expiration / Storage
    • Team Management
    • Workspaces
  • More
    • DocsAutomator Reviews
    • Troubleshooting Guide
      • Airtable: 30 seconds limit on automation scripts
      • Airtable: Attachment url issue when sending emails
      • Tab cover page added in generated documents
      • Data source is set as Airtable and no record id is given
  • Data Privacy
  • YouTube
  • X
  • Feature Requests / Roadmap
Powered by GitBook
On this page
  1. Features

Sections

Add dynamic sections to render larger areas of your document conditionally

PreviousAuto Row NumbersNextAdvanced Placeholder Options

Last updated 4 months ago

DocsAutomator allows your to render entire areas of your documents dynamically using Sections.

Sections are defined by wrapping areas with {{section_SOME_NAME}} and {{/section_SOME_NAME}}. Please note the slash for the closing tag.

Pro tip: Add color to your section tags so you're able to identify them easier in your templates

Please see an example below with two sections:

Once defined, you will then see sections appear in your automation settings where you can define conditions under which these sections shall appear.

The available conditions are

  • equals

  • does not equal

  • contains

  • does not contain

  • exists

  • does not exist

and these are applied to any of the values you pass for placeholders in your document.

✨