
How It Works
When included in your template, the Page Break component applies a CSS rule (page-break-before: always), ensuring that everything after it starts on a new page.Conditional Rendering
You can control the visibility of the Page Break using the Conditional rendering option:- Add a variable inside the Show if field.
- If the variable is present in your payload, the Page Break will appear.
- If the variable is absent, the Page Break won’t render.
Example:

{{ page_break_trigger }} to the “Show if” field, the page break will only apply when this variable exists.