Additional menu

View Categories

Dataverse – Batch Create Records

< 1 min read

Use this action to create data in Dataverse in batches. Creation in batches will significantly improve performance of your flow in comparison to standard approach of adding row by row inside a loop.

Inputs:
Site Adress – address of the Dataverse environment
Table Name – name of the Dataverse table to create items in
Batch size – how many items will be created in a single batch
Items – array with the items to create (use Input entire array setting)
Table Prefix – prefix of the Dataverse tables

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

Import the objects into Dataverse table.

IMPORTANT: the property names must correspond to the Dataverse table column names, with prefix being in the Table Prefix field.