Data Tables
Data Table modifiers allow you to work with CSV-based datasets inside the graph. They can be used to query, filter, join, and extract values from structured data, enabling configuration logic driven by external spreadsheets.
Data Tables are commonly used to populate option lists dynamically, map parameters to values, or implement pricing and lookup logic.
|
Modifier |
Description |
Input |
|---|---|---|
And Filter
|
Combines multiple filters using a logical AND operation.
|
Inputs
Outputs
|
Column Between Filter
|
Filters rows where a column value lies between two numeric bounds.
|
Inputs
Outputs
|
Count
|
Counts the number of rows in a data table.
|
Inputs
Outputs
|
Distinct
|
Returns a data table containing only distinct values from a column.
|
Inputs
Outputs
|
Get Number
|
Retrieves a numeric value from a specific row and column.
|
Inputs
Outputs
|
Get Text
|
Retrieves a text value from a specific row and column.
|
Inputs
Outputs
|
Join
|
Joins two data tables based on matching column values.
|
Inputs
Outputs
|
Not Filter
|
Inverts a filter condition by returning all rows that do not match the provided filter criteria. This node is typically used to exclude a subset of data by applying an existing filter and then negating its result. |
Inputs
Outputs
|
Number Between Filter
|
Filters rows where a numeric value lies between values defined in two columns.
|
Inputs
Outputs
|
Number Filter
|
Filters rows based on a numeric comparison.
|
Inputs
Outputs
|
Or Filter
|
Combines multiple filters using a logical OR operation.
|
Inputs
Outputs
|
Sort
|
Sorts a data table by a given column. |
Inputs
Outputs
|
String Filter
|
Filters rows based on string comparison.
|
Inputs
Outputs
|