Sections
Add dynamic sections to render larger areas of your document conditionally
Last updated
Add dynamic sections to render larger areas of your document conditionally
Last updated
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.