Input
ExecutionTrigger execution
Data/DataFusion/Tools
Execute a SQL query and return results as formatted text. Ideal for agent-driven data exploration.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Trigger execution
DataFusion session to query
SQL query to execute. Use $placeholders for values that come from the flow (SELECT * FROM users WHERE id = $user_id) — each one adds an input pin to wire the value into. Placeholders stand for values only; table and column names cannot be parameterized.
Values for the query's $placeholders, as an object keyed by placeholder name without the $ (e.g. {"customer_id": 42}). Only needed when the query itself comes from a wire — a literal query derives one pin per placeholder instead. Where both supply the same name, the derived pin wins unless it is empty.
Execution completed
Query results formatted as markdown table
Query results as CSVTable for further processing
Optional name/identifier for this table
Optional title text found above the table in the source sheet
Optional A1 range the table was extracted from (e.g. "A3:F42")
Number of rows returned