Add Data Table Row
Add a row to a data table, optionally copying an existing one. The row NAME is the key and the only thing that identifies it, so it is refused if taken.
hf_add_data_table_rowWriteArguments
| Name | Type | Description |
|---|---|---|
data_tablereq | string | |
rowreq | string | New row name. |
copy_from | string | Existing row to duplicate. Omit for a default row. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
Related tools
Nearby in Data assets:
- Add Enum Entry
- Add Struct Member
- Audit Data Tables
- Create Curve
- Create Data Table
- Create Enum
- Create Struct
- Describe Curve
All 25 tools in Data assets — 16 more not listed here.