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 Read

Slot Usage: 0
Parent Node
DB Table Initialize

Overview

DB Table Custom Read executes a custom SQL read query and maps results to a user-defined JSON schema.

Use this tool when query shape is complex (joins, computed columns, grouped results) and not covered by built-in read nodes.

Input

SQL Query

string required

Custom SQL select query.

Supports runtime interpolation using Template Expressions.

JSON Schema

string required

Defines expected output object structure for parsed query results.

The UI schema builder can generate this and also updates downstream output typing.

Output

Number of Read Rows

integer

Count of rows returned by the query.

Update Dashboard Data

boolean

Indicates dashboard data update status for this read operation.

Query Data Output

Result payload shape follows provided JSON Schema.

DB Table Custom Modify

Previous Page

DB Table Initialize

Next Page

On this page

OverviewInputSQL QueryJSON SchemaOutputNumber of Read RowsUpdate Dashboard DataQuery Data Output