NodesData
DB Table Row Modify
Slot Usage: 0
| Parent Node |
|---|
| DB Table Initialize |
Overview
DB Table Row Modify updates a specific existing row by primary row ID.
Use this node when you need targeted updates instead of insert/upsert-style writes.
Input
Variable Source
string requiredReference to DB Table Initialize.
Primary (row) ID
integer requiredPrimary key value of the row to update.
Column Metadata (Reference)
arrayColumn schema metadata loaded from setup node.
Row Values
array requiredTyped per-column update payload. Field behavior matches DB Table Row Insert or Modify.
For string SQL fragments or dynamic text values, template-capable fields support Template Expressions.
Update Dashboard Data
boolean requiredRefreshes dashboard table view after update when enabled.
Wait for Completion
boolean requiredSynchronous (true) or asynchronous (false) execution mode.
Output
Update Dashboard Data
booleanEchoes requested dashboard update behavior.