Data Table Get Count
Get the total number of rows in a Data Table.
Parameters
| Parameter | Description |
|---|---|
| Data Table Source | Select the target DataTable. Set Source, then assign the matching table, asset, or component field that appears. |
| Count | Stores the number of rows. |
Details
If the table cannot be resolved, Count is set to 0.
This action is commonly used before loops, paging, or bounds checks.
Examples
- Check if a quest list is empty before opening a quest panel.
- Use row count to compute total pages in a custom UI.