Actions57
- Objects Actions
- Attributes Actions
- List Attributes
- Get Attribute
- Update Attribute
- GET target/identifier/attributes/attribute/options
- POST target/identifier/attributes/attribute/options
- PATCH target/identifier/attributes/attribute/options/option
- POST target/identifier/attributes/attribute/statuses
- Create Attribute
- GET target/identifier/attributes/attribute/statuses
- PATCH target/identifier/attributes/attribute/statuses/status
- Entries Actions
- Records Actions
- Lists Actions
- Meta Actions
- Workspace Members Actions
- Notes Actions
- Tasks Actions
- Webhooks Actions
- Threads Actions
- Comments Actions
Overview
This node interacts with the Attio API to update a specific select option of an attribute on either an object or a list. It is useful for scenarios where you need to modify attribute options dynamically, such as changing the title or archival status of a select option within a CRM or data management system. For example, updating the "Medium" option of a select attribute to change its title or archive status.
Use Case Examples
- Updating the title of a select option from 'Medium' to 'High' for a list attribute.
- Archiving a select option in an object's attribute to prevent its further use.
Properties
| Name | Meaning |
|---|---|
| Target | Specifies whether the attribute belongs to an object or a list. |
| Identifier | A UUID or slug identifying the object or list the select attribute belongs to. |
| Attribute | A UUID or slug identifying the select attribute to update. |
| Option | A UUID or select option title identifying the select option to update. |
| Data | JSON data containing the fields to update for the select option, such as title and archival status. |
Output
JSON
json- The JSON response from the Attio API representing the updated select option.
Dependencies
- Requires an API key credential for authenticating with the Attio API.
Troubleshooting
- Ensure the provided UUIDs or slugs for target, identifier, attribute, and option are correct and exist in the Attio system to avoid 'not found' errors.
- Verify the JSON data format is valid and contains the correct fields to update the select option.
- Check that the API key credential is valid and has sufficient permissions to perform update operations on attributes.
Links
- Attio API Documentation - Update Select Option - Official API documentation for updating select options of attributes in Attio.