This Output block is different from the previous version of the Output block, which became the Display block.
The Output block receives data in one flow module and sends that data to a Flow Module block in a different flow. The Flow Module block then sends the result from its output port. A flow module can't have more than one Output block.
The Output block's inputs are referred to as outputs because they send data to a Flow Module block in a different flow. Each output can receive data through its corresponding input port. The Output block has no output ports. When a Flow Module block references the Output block's flow, the Flow Module block sends the Output block's data from its own output port.
If the Output block has no outputs, the Flow Module block that references its flow will have no output port.
If the Output block has one or more outputs, the Flow Module block that references its flow will have the same number of output ports.
When you add an Output block to your flow, it has one input port and no outputs. A flow can't have more than one Output block.
To add an output to an Output block, do the following:
Click Add output. A new output named Output <number> appears.
Connect another block's output port to the Output block's input port. The icon next to the output changes to indicate the connected block's data type.
(Optional) Click the output's name to edit it.
(Optional) If the incoming data has more than one item, click Enter path... to specify which item to assign to the output.
To see the Output block in an example flow, check out Flow Snippets: Output.
Last modified: 2025/07/30