Update SharePoint List Item
sharepoint_update_list_itemUpdate selected fields on a SharePoint list item, leaving unspecified fields unchanged. Provides targeted edits to list records via Microsoft Graph.
Instructions
Update selected fields on a SharePoint list item. Unspecified fields remain unchanged. Requires delegated Sites.ReadWrite.All. Chinese intents / 中文意图: 更新SharePoint列表项, 修改清单记录, 编辑SharePoint字段.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Only the SharePoint fields to update, keyed by internal column name. | |
| itemId | Yes | SharePoint list item ID. | |
| listId | Yes | SharePoint list ID. | |
| siteId | Yes | SharePoint site ID. |