NodesData
DB Table Custom Modify
Slot Usage: 0
| Parent Node |
|---|
| DB Table Initialize |
Overview
DB Table Custom Modify executes a custom SQL write query against the configured database.
Use this node for advanced update, insert, delete, or DDL operations not covered by standard row tools.
Input
SQL Query
string requiredCustom SQL statement to execute.
Supports dynamic SQL values with Template Expressions.
Update Dashboard Data
boolean requiredWhen enabled, dashboard table data is refreshed after SQL execution.
Wait for Completion
boolean requiredExecution mode:
true: wait until SQL execution completes.false: continue flow immediately.
Output
Number of Affected Rows
integerRows affected by the SQL statement.
Update Dashboard Data
booleanEchoes dashboard update preference used in this operation.