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 Rows Read Filters

Slot Usage: 0
Parent Node
DB Table Initialize

Overview

DB Table Rows Read Filters reads rows using structured filter, sort, search, and pagination options.

Use this node for table-like browsing, server-side filtering, and dashboard query views.

Input

Variable Source

string

Reference to DB Table Initialize.

Data Array Filters

object

Query object that controls row selection behavior.

Subfields:

  • filters: array of filter rules.
  • sorts: array of sort directives.
  • search: full-text or column search object.
  • pagination: page and limit controls.

Provide all sub-objects for predictable behavior.

Output

Number of Affected Rows

integer

Number of rows returned in this page/result set.

Number of Rows Matched the Query, ignoring LIMIT

integer

Total count of matched rows before pagination limit is applied.

Update Dashboard Data

boolean

Indicates whether dashboard data update was performed.

DB Table Rows Delete

Previous Page

DB Table Rows Read

Next Page

On this page

OverviewInputVariable SourceData Array FiltersOutputNumber of Affected RowsNumber of Rows Matched the Query, ignoring LIMITUpdate Dashboard Data