datastore_upsert
Insert or update entities in Google Firestore Datastore mode using upsert operations to manage data with specified keys, kinds, and optional namespaces.
Instructions
Insert or update an entity in Datastore (upsert operation)
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 entity data | |
| namespace | No | Optional namespace for the entity | |
| excludeFromIndexes | No | Optional array of property names to exclude from indexes |