The SharePoint batch actions will prepare the HTTP requests to be used in the Send an HTTP request to SharePoint
action.
This one will create the request to create the items.
Inputs:
Site Address – url of the SharePoint site
List Name – name of the list to create the items
Batch Size – how many items will each batch contain
OData Level – how much metadata should the HTTP response contain: Verbose
= all metadata, No metadata
= no metadata at all
Items – list of items to create – objects where the property names must match the column internal name
Outputs:
body – array of objects with the HTTP request pieces as properties, each batch will be a separate object
– URI – url of the request
– Headers – headers to use in the request
– BatchBody – body of the HTTP request

Example
Prepare batch creation request to import items in a SharePoint list.
