Last updated
© 2025 make.com
Last updated
Creates a new record in a data store with a given ID and returns all record details.
The ID of the data store. Get the dataStoreId from the List data stores endpoint.
137
The unique key of the data store record. If no key is provided, it will be automatically generated.
The data of the data store record. The structure strictly depends on the included data structure. If no data is provided, in response the values will be set to null.
Successful response
The unique key of the data store record. If no key is provided, it will be automatically generated.
The data of the data store record. The structure strictly depends on the included data structure. If no data is provided, in response the values will be set to null.