update-custom-field
Set or update a custom field value on a KanbanFlow task. Specify task ID, custom field ID, and optionally a text or number value.
Instructions
Set or update a custom field value on a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ID of the task to update | |
| customFieldId | Yes | ID of the custom field | |
| textValue | No | Text value for text/dropdown fields | |
| numberValue | No | Number value for number fields |