Tool to add or update attributes in a single record. Use when you need to modify specific fields without replacing the entire record. Creates a new record if the objectID doesn't exist (when create_if_not_exists is true).
object_idRequiredstringUnique record identifier.
attributesRequiredobjectAttributes to add or update in the record. Existing attributes with the same keys will be overwritten, new attributes will be added, and unspecified attributes remain unchanged.
index_nameRequiredstringName of the index on which to perform the operation.
create_if_not_existsbooleanWhether to create a new record if it doesn't exist. If true, creates the record when objectID is not found. If false, only updates existing records.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.