Data Table Check Is Empty
Check whether a Data Table has zero rows.
Parameters
| Parameter | Description |
|---|---|
| Data Table Source | Select the target DataTable. Set Source, then assign the matching table, asset, or component field that appears. |
| True Event | Event sent when the table is empty. |
| False Event | Event sent when the table has one or more rows. |
| Store Result | Optional bool to store the test result. |
Details
- The action resolves the selected table and checks its row count.
- If the table cannot be resolved, the action treats it as empty and returns true.
Examples
- Send
NoInventoryItemswhen a player inventory table has no rows. - Store the result in a bool before showing an empty-state message in a UI list.