Skip to content

Section#

The Section element is a container that groups multiple template elements together. Sections are especially useful because they can be conditionally shown or hidden when generating a document.

How it works#

In the Document Generation node, each section can be individually toggled on or off. This allows you to create a single template with optional sections and control which parts appear in the final document based on flow logic.

Tips#

Use sections to create reusable templates that serve multiple purposes — for example, a report template where certain sections are only included depending on the type of report being generated.

See Template Designer