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 |
---|---|
Example | An example of the flow function |
Summary | A brief description of what the function does |
Sample settings
Property | Value |
---|---|
Example | GET_DATA_FROM_PSQL("SELECT * FROM employees") |
Summary | Reads data from a PostgreSQL database using a SQL query |