Sections

Add dynamic sections to render larger areas of your document conditionally

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.

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.

Last updated