Additional menu

View Categories

Dataverse – Batch Delete Records (Simple)

< 1 min read

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.

Inputs:
Batch size – how many items will be deleted in a single batch
Items – output from the List rows action with the rows to be deleted (use Input entire array setting)

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 from Dataverse in batches of 250 items.