Skip to content

Data Table Add Record

Add a new row from a DataRecord.

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.
Record The DataRecord that provides field values for the new row.
Index Stores the zero-based index of the new row.
Added True when the row was added successfully.

⚙ Details

This action resolves the target table, applies the table schema, then copies matching field values from the Record.

If the table is not writable (for example because of write policy), the action logs an error and does not add a row.

Examples

  • Build a row in a DataRecord first, then append it to a score table.
  • Duplicate a template record and add it to a runtime-generated list.