Add an Item to a SharePoint List
Overview
This procedure adds an item to a given SharePoint list using the Microsoft Graph API.
Input Concepts
Concept
Description
Type
Required
slist
The list to which the item will be added.
sharepoint list
Yes
item
The item to be added to the list. The fields in the Dict should match the column names in the list.
Yes
Output Concepts
Concept
Description
Type
item
None.
sharepoint list item
Examples
Last updated
Was this helpful?