Skip to main contentOverview
The Table Read node allows you to query and retrieve data from a database table based on filter conditions.
Configuration
Filter
Define filter criteria to select rows (optional).
Type: Object
Rows
Define the expected structure of returned rows.
- id: The table identifier
- filter: Filter criteria to select rows (optional)
Outputs
- rows: The retrieved rows matching your filter and configured structure
Usage
Provide a table ID and optional filter conditions. The node will return all matching rows.