make_add_record
Add a new record to a data store by providing the data fields and optional key. Auto-generates a key if omitted.
Instructions
Add a new record to a Make.com data store. 'data' is an object with the record's fields (must match the data store's structure). 'key' is optional — Make auto-generates one if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Optional record key (auto-generated if omitted) | |
| data | Yes | The record's fields as an object | |
| data_store_id | Yes | The data store ID |