add_data_table_row
Add a new record to a Workato Data Table by providing the table's UUID and a JSON object mapping field names to values. Mutates data, so confirm with the user first.
Instructions
Add a record to a Data Table (record API). table_id is the UUID from list_data_tables; document_json is a JSON object {field_name: value} (use a "$field-uuid" key for a field whose name is awkward). MUTATES data — confirm with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | ||
| document_json | Yes |