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 update existing items.
Inputs:
Site Name – url of the SharePoint site
List Name – name of the list to update 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 update – objects with ID of the SharePoint item and internal names of the columns to update and their new value
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 HTTP request for batch update: set column with internal name Gender
to value Female
in item with ID
1001
.
