Skip to content

Data Table Get Cell Value

Read one field value from a row and store it in a variable.

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 Value The field to read and the variable to store into.

⚙ Details

This action resolves the row, then reads the selected field into Store Value.

It is useful when you only need one value and want to avoid reading a whole row.

Examples

  • Read Price from the currently selected shop row.
  • Read Display Name from a row and show it in UI text.