Update an existing Fibery entity's fields. Use this to modify text fields, numbers, single-select states, workflow states, or relation fields on an entity. Prerequisites: - You need the entity's UUID (fibery/id) - obtain via Get Entities or Create Entity. - You need the fully-qu…
typeRequiredstringFully-qualified Type name in 'Space/Type' format. Example: 'Product Discovery/Opportunity', 'Engineering/Task', 'HR/Employee'. Use the Get Entities or Fetch Schema action to discover available types.
fieldsRequiredobjectMapping of field API names (in 'Space/FieldName' format) to new values. For text fields: use strings. For numbers: use integers or floats. For single-select/workflow states: use {'fibery/id': '<state-uuid>'}. For relations (single): use {'fibery/id': '<entity-uuid>'}. For relati…
entity_idRequiredstringThe UUID of the entity to update in standard format (8-4-4-4-12 hex). Obtain this from a previous Get Entity or Create Entity response.
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.