update_list_item
Update a SharePoint list item's column values by providing a JSON object of field names and new values. Specify site, list, and item IDs to target the item.
Instructions
Update list item fields. fields_json: JSON object of {columnName: value}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| list_id | Yes | ||
| site_id | Yes | ||
| fields_json | Yes |