SQL Query
Query data with SQL inside a rule chain.
Last updated
Query data with SQL inside a rule chain.

Use SQL Query to run a SQL query inside a rule chain.
This node returns query results for downstream nodes.

The node runs the configured SQL statement when triggered.
Use it to fetch data for later processing.
Input
Trigger — Starts the query.
Output
Data — Returns the query result.

SQL Query — Enter the SQL statement to execute.
Use SQL Query before LLM Call or other processing nodes.
For the full editor flow, see Configure Rule Chain.
Last updated