Data Table Find Row
Find the first row in a DataTable matching a condition and return index/key/record.
Parameters
| Parameter | Description |
|---|---|
| Data Table Source | Select the target DataTable. Set Source, then assign the matching table, asset, or component field that appears. |
| Data Definition | Optional definition if the resolved table is variable-based or not available in the editor. |
| Find First Row Where | ConditionTest defining row-matching criteria. |
| Index | Output zero-based row index (or -1 if not found). |
| Key | Output row key (or empty if not found). |
| Record | Output copied DataRecord from matching row. |
| Found | True if a row matched. |
Details
- Evaluates each row in order using the condition test.
- First matching row stops the search and outputs all requested fields.
Examples
- Find the first row where
IsActiveis true. - Locate a player entry with a matching bonus value.