1

When using Business Central API's you can send a batch call through to send multiple lines at one time.(https://api.businesscentral.dynamics.com/v2.0/api/v2.0/$batch)


The Power Platform connector does not have the same ability; it sends everything through line by line. This can lead to performance issues and limitations within the connector. It would be great if there was an action that allowed us to identify it as a batch call, identify the table we want to send the batch call to, and then send the json object through as dynamic content.

Category: General
STATUS DETAILS
New