Create SharePoint List Item
sharepoint_create_list_itemAdd data to a SharePoint list by creating an item with internal column names. Specify the site, list, and field values to write a new entry.
Instructions
Create an item in a SharePoint list using internal column names. Requires delegated Sites.ReadWrite.All. Chinese intents / 中文意图: 创建SharePoint列表项, 新增清单记录, 向SharePoint列表写入数据.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Field values keyed by SharePoint internal column name, for example {"Title":"Demo"}. | |
| listId | Yes | SharePoint list ID. | |
| siteId | Yes | SharePoint site ID. |