make_update_record
Replace an existing record in a Make.com data store by specifying its key and providing new data that fully replaces the record.
Instructions
Replace an existing record in a Make.com data store, identified by its key. 'data' is the full new object for the record (it REPLACES the record).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The key of the record to replace | |
| data | Yes | The new record fields as an object (replaces the record) | |
| data_store_id | Yes | The data store ID |