Lede. Applies an InDesign character or paragraph style to the placeholder’s text – optionally only when an upstream value is non-empty.
Group: Style · Available in: Text Placeholder, Table · Central node: No
DataInput gate).Add Node ▸ Style ▸ Style
Pick a paragraph style and/or character style from the InDesign layout’s catalogue in the settings panel; the node emits a style directive. Wire its Style output into the placeholder’s Style modifier socket.
The DataInput input is a conditional gate: connect any text-emitting node and the style is only applied when that node returns a non-empty value. With nothing wired in, the style applies unconditionally.
| Direction | Name | What it does | What you can connect |
|---|---|---|---|
| Input | DataInput |
Conditional gate – style applies only when the upstream value is non-empty. Optional. | Any text-producing node. |
| Output | Style |
The style directive consumed by the placeholder. | Placeholder’s Style socket. |
| Setting | What it does |
|---|---|
| Paragraph style | Pick one of the document’s paragraph styles. |
| Character style | Pick one of the document’s character styles. |
Scenario. Headlines should be bold-red for sale items, normal otherwise.
Wiring.
[Data Text: Name] → [Placeholder.Content]
[Data Text: SaleFlag] → [Style Text: "BoldRed"] → [Placeholder.Style]
Result. The style is applied only on records where SaleFlag is non-empty.
DataInput gate – an empty upstream value suppresses the style.File ▸ Replace layout…) to refresh the style catalogue.📷 Screenshot [NEU]: Style Text settings panel