Learn how to work with data models and records from your plays
Data models coming from external services such as CRM don’t support writing records using this node. In order to create new objects, use dedicated write nodes for the service in question (e.g., HubSpot write node).When a new row is created using this node, the first value will determine the data type, which cannot be changed later.
The ID required by this node needs to be the primary identifier of the data model. When the play is using the same data model, the record ID can be set to nodes.start._id
. In case no primary ID is available in the play, consider using the model search node to locate the appropriate ID of the target record.
The node requires a scope (workspace or play level) and a unique key identifier.Available actions include getting, setting, getting or setting, incrementing, decrementing, and removing values from storage.