Document Projection Flow Editor
Build data-driven document flows with filter, loop, decision, and output nodes
You are editing a document projection flow. The flow editor lets you build a pipeline that transforms model data into publishable content blocks - tables, charts, text, and responsive rows.
Node types
| Node | Purpose |
|---|---|
| Filter | Narrow data with multi-condition AND/OR rules. Works before or inside loops |
| Selector | Pick a specific entity or field path to focus downstream context |
| Loop | Iterate over a collection. Downstream nodes run once per item |
| Decision | Branch the flow based on a condition (diamond node with yes/no paths) |
| Scalar Output | Emit a single value as a text content block |
| Array Output | Emit a collection as a table with configurable columns |
| Chart Output | Emit a chart (bar, stacked, donut, gauge) with pre-built templates |
| Responsive Row | Flex-wrap container with text, table, and chart cells |