Table to Parameters
Last updated
Last updated
The Table to Param task in Gaio DataOS allows you to convert values from one or more table columns into reusable parameters within your flow. This feature is ideal for dynamically extracting data and using it as input in other tasks, filters, or dashboards.
This task can only be used when a table is selected in the flow.️
In the left-side menu, go to: Tasks > ETL > Table to Param
Task label: (optional) Name for identifying this step in your flow.
Table: Automatically populated with the selected table (e.g., new_sales
).
Save values as default
When enabled, this will store the extracted parameter values as default values, available outside the current flow if needed.
Custom reference from column to param
When enabled, allows you to manually map each column of the table to a specific parameter.
For each column listed, choose a parameter to assign its value to.
You can select from existing parameters.
Only one row is read — usually the first row of the selected table.
Example Mapping:
order_id
@order_id
region
@user_region
total_sale
@total_sales
Click Save to include the task in your data flow.
The captured values will now be available as environment parameters and can be used in:
SQL queries
Filters
Dashboards
Python or JavaScript blocks
Capture input values to personalize reporting
Feed parameters based on outputs of tables
Drive conditional logic based on dynamic table values
Create reactive dashboards powered by runtime variables