Data Table Get Record
Copy one row into a DataRecord.
Parameters
| Parameter | Description |
|---|---|
| Data Table Source | Select the source DataTable. Set Source, then assign the matching table, asset, or component field that appears. |
| Row | Row selector (by index or key). |
| Record | Receives a copy of the row data. |
| Found | True when the row was found and copied. |
Details
This action copies data from the table into a separate DataRecord.
The copy is not linked back to the table. Editing the record later does not change the original row.
Examples
- Copy a row to a temporary record for UI preview.
- Capture row data before modifying or deleting that row.