Update Custom Field Item
update_custom_field_itemSet a Trello card custom field value by card, field, and value. Handles text, number, checkbox, date, or dropdown; leave value empty to clear. Needs Trello Premium or Enterprise.
Instructions
Set the value of a custom field on a card. Requires Trello Premium or Enterprise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value object — key depends on field type: { text: '...' }, { number: '...' }, { checked: 'true' }, { date: '2024-01-01T00:00:00.000Z' }. Omit or pass empty to clear. | |
| cardId | Yes | The ID of the card | |
| idValue | No | For dropdown fields: the ID of the option to select. Pass empty string to clear. | |
| customFieldId | Yes | The ID of the custom field |