The following are three useful SharePoint batch techniques:
- Power Automate and SharePoint Batch API:
- Can create thousands of list items quickly.
- Can improve performance.
- One can split batches into smaller chunks and send them in parallel for even faster results.
- REST/OData API Batch Requests:
- Can combine multiple operations into a single request.
- SharePoint Online (and on-premises SharePoint 2016 and later) and Office 365 APIs support the OData $batch query option.
- Make batch requests with the REST APIs - https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/make-batch-requests-with-the-rest-apis
- Complete basic operations using SharePoint REST endpoints:
- One can use create, read, update, and delete (CRUD) operations using REST: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints
No comments:
Post a Comment