Change item columns
monday_update_itemChange an item's column values and rename it if needed. Specify the item ID and column values by column id or title; optionally create missing status or dropdown labels.
Instructions
Changes the columns of one item, and the item name when name is given. Values use the same plain form as monday_create_item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | A new item name. | |
| values | No | Column values keyed by column id or column title. | |
| item_id | Yes | The numeric item id. | |
| board_id | No | The board id. The server finds it when you leave this out, and checks it when you supply it. | |
| create_labels_if_missing | No | True adds a status or dropdown label that does not exist yet. |