add_data_table_row
Insert a new row into a data table with optional initial field values specified as a JSON string.
Instructions
Add a new row, optionally setting initial field values.
data is a JSON string mapping field names to values, e.g. '{"FieldA": 1}'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| row_name | Yes | ||
| data_table_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |