Use this action to delete data from Dataverse in batches. Deletion in batches will significantly improve performance of your flow in comparison to standard approach of deleting row by row inside a loop.
This action expects more configuration from the user side than the Simple batch delete.
Inputs:
Site Adress – address of the Dataverse environment
Table Name – name of the Dataverse table to delete items from
Batch size – how many items will be deleted in a single batch
Items – array with guids of the items to delete (use Input entire array
setting)
Table Prefix – prefix of the Dataverse table
Outputs:
body – array of objects to be used in the Invoke an HTTP request
action, 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
Delete items in batches of 250.
