datastore_update
Modify existing entity data in Google Firestore Datastore mode by specifying kind, key ID, and updated properties for structured data management.
Instructions
Update an existing entity in Datastore
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | The kind (type) of the entity | |
| keyId | Yes | The ID of the key | |
| data | Yes | The updated entity data | |
| namespace | No | Optional namespace for the entity | |
| excludeFromIndexes | No | Optional array of property names to exclude from indexes |