SQL Query

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.

What it does

The node runs the configured SQL statement when triggered.

Use it to fetch data for later processing.

Inputs and outputs

Input

  • Trigger — Starts the query.

Output

  • Data — Returns the query result.

Configurable settings

  • SQL Query — Enter the SQL statement to execute.

Typical use

Use SQL Query before LLM Call or other processing nodes.

For the full editor flow, see Configure Rule Chain.

Last updated