top menu gradient

Output

Summary

The Output block is a required block in a flow. It is used to denote the final stage in a flow and provide a usage example and summary for the flow function help.

Properties

The following table lists the Output block properties and describes each property.

Property
Description
ExampleAn example of the flow function
SummaryA brief description of what the function does

Sample settings

Property
Value
ExampleGET_DATA_FROM_PSQL("SELECT * FROM employees")
SummaryReads data from a PostgreSQL database using a SQL query
Figure 1. Example of flow function help

Sample flow

Contents