create_item
Add new items to SharePoint lists by specifying list name and field values with proper formatting for dates and person fields.
Instructions
Create a new item in a list. Pass field values as key-value pairs using internal column names. For person fields use the format {FieldNameId: userId}. For date fields use ISO 8601 strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listName | Yes | ||
| fields | Yes | Key-value map of internal field name → value. |