Data Table Get Row Values
Read multiple field values from a single row.
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 fallback definition used when the resolved DataTable is not available in the editor. |
| Row | Row selector (by index or key). |
| Not Found Event | Optional event sent if the row does not exist. |
| Store Values | List of field-to-variable mappings to read from the row. |
Details
This action is the multi-field version of Get Cell Value.
It resolves one row and applies all mappings in Store Values in a single step.
Examples
- Read
Name,Price, andIconfor a selected shop item. - Load a full quest row into FSM variables in one action.