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
stringReference to DB Table Initialize.
Data Array Filters
objectQuery 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
integerNumber of rows returned in this page/result set.
Number of Rows Matched the Query, ignoring LIMIT
integerTotal count of matched rows before pagination limit is applied.
Update Dashboard Data
booleanIndicates whether dashboard data update was performed.