Skip to content

Data Table Add Row

Add a new row and set selected field values.

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.
Key Optional row key for later key-based lookups.
Set Values List of field/value pairs to write into the new row.
Index Stores the zero-based index of the new row.
Added True when the row was added successfully.

⚙ Details

The action resolves the target table, creates a row, aligns it to the Data Definition schema, then applies each value in Set Values.

Only fields included in Set Values are written. Other fields keep their default values.

Examples

  • Add a new inventory item row when the player picks up loot.
  • Add a quest row with initial values like Status = Active.