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

Custom SQL statement to execute.

Supports dynamic SQL values with Template Expressions.

Update Dashboard Data

boolean required

When enabled, dashboard table data is refreshed after SQL execution.

Wait for Completion

boolean required

Execution mode:

  • true: wait until SQL execution completes.
  • false: continue flow immediately.

Output

Number of Affected Rows

integer

Rows affected by the SQL statement.

Update Dashboard Data

boolean

Echoes dashboard update preference used in this operation.

Variable Modify

Previous Page

DB Table Custom Read

Next Page

On this page

OverviewInputSQL QueryUpdate Dashboard DataWait for CompletionOutputNumber of Affected RowsUpdate Dashboard Data