Data Table Set Cell Value
Set one field value on a 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). |
| Add If Missing | If enabled and row selection is by key, create a row when the key is not found. |
| Set Value | The field/value pair to apply. |
| Succeeded | True when a row was found or added and the value was set. |
| Added | True when a new row was created. |
Details
The action resolves the row, optionally adds it if missing, applies schema, then writes one value.
Use this when updating a single field without affecting other values in the same row.
Examples
- Update an item
Quantityfield after pickup. - Mark
Unlockedas true for a keyed row.