etabs_set_table_data
Set values in an ETABS database table for interactive editing. Must call etabs_apply_table_edits to apply changes.
Instructions
Set data in a specific database table (for interactive editing).
Note: You must call etabs_apply_table_edits after setting data for it to take effect.
Args: table_key: The internal key of the table. fields: List of field keys (column names). data_rows: List of rows, where each row is a list of string values corresponding to the fields.
Returns: Confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_key | Yes | ||
| fields | Yes | ||
| data_rows | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |