NodesData
DB Table Rows Read
Slot Usage: 0
| Parent Node |
|---|
| DB Table Initialize |
Overview
DB Table Rows Read fetches rows by a list of primary key IDs.
Use this node when you already know row identifiers and need deterministic row retrieval.
Input
Variable Source
string requiredReference to DB Table Initialize.
Primary Row IDs
array requiredList of primary key IDs to read.
Each value is an integer row ID.
Output
Number of Affected Rows
integerCount of rows returned by the query.
Update Dashboard Data
booleanIndicates whether dashboard output refresh occurred for the operation.
Row Data Output
Actual row payload is dynamically attached to node output schema based on selected table structure.