Lede. References a reusable layout segment that the Layout Flow uses to build the output document, optionally skipped per record.
Group: Layout flow · Available in: Layout flow · Central node: No
Add Node ▸ Layout ▸ Layout Blocks (inside a Layout Flow editor).
Pick a previously defined Layout Block in the settings panel. The block reference flows downstream into the Layout Flow central node, which assembles the final document by stacking blocks in connection order.
The optional Data input is a conditional gate: when wired with an empty value, the block is skipped. The optional Data Group input is an alternative gate: when wired with an empty data group, the block is also skipped – useful for "only print the line-items spread if there are line items".
| Direction | Name | What it does | What you can connect |
|---|---|---|---|
| Input | Data |
Optional conditional gate. | Any text-producing node. |
| Input | Data Group |
Optional gate – block skipped if the data group is empty. | Data Group node. |
| Output | Block |
The layout block reference. | Layout Flow central node, Master Spread chain. |
| Setting | What it does |
|---|---|
| Block | Pick one of the document’s defined layout blocks. |
Scenario. A catalogue PDF that has a cover page, then a per-product spread for each product, then a back cover.
Wiring.
[Layout Block: "Cover"] → [Layout Flow]
[Layout Block: "Product spread"] → [Layout Flow]
[Layout Block: "Back cover"] → [Layout Flow]
Data gate empty: the block is skipped for that record.Data Group gate has zero rows: the block is skipped.📷 Screenshot [NEU]: Layout Block settings panel 📷 Screenshot [NEU]: Layout Flow with several blocks chained