Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

Variable Array CreateVariable Array ModifyVariable CreateVariable ModifyDB Table Custom ModifyDB Table Custom ReadDB Table InitializeDB Table Row Insert or ModifyDB Table Row ModifyDB Table Read Last RowDB Table Rows DeleteDB Table Rows Read FiltersDB Table Rows Read

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
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 required

Reference to DB Table Initialize.

Primary (row) ID

integer required

Primary key value of the row to update.

Column Metadata (Reference)

array

Column schema metadata loaded from setup node.

Row Values

array required

Typed 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 required

Refreshes dashboard table view after update when enabled.

Wait for Completion

boolean required

Synchronous (true) or asynchronous (false) execution mode.

Output

Update Dashboard Data

boolean

Echoes requested dashboard update behavior.

DB Table Row Insert or Modify

Previous Page

DB Table Read Last Row

Next Page

On this page

OverviewInputVariable SourcePrimary (row) IDColumn Metadata (Reference)Row ValuesUpdate Dashboard DataWait for CompletionOutputUpdate Dashboard Data