NodesData
DB Table Read Last Row
Slot Usage: 0
| Parent Node |
|---|
| DB Table Initialize |
Overview
DB Table Read Last Row fetches the most recently inserted row in the table.
Use this node for latest-state workflows, health checks, or quick preview of current table state.
Input
Variable Source
string requiredReference to DB Table Initialize.
Output
Number of Affected Rows
integerTypically 0 or 1 depending on whether table has data.
Update Dashboard Data
booleanIndicates whether dashboard refresh occurred.
Row Data Output
objectReturned row object is dynamically typed from selected table schema.