Skip to content

Commit 44a6aac

Browse files
committed
Updating batch limit
1 parent 8753f1a commit 44a6aac

File tree

1 file changed

+2
-1
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-WebApi/online

1 file changed

+2
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-WebApi/online/executeMultiple.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ search.app:
2323
If you want to execute multiple requests in a transaction, you must pass in a change set as a parameter to this method. [Change sets](../../../../../common-data-service/webapi/execute-batch-operations-using-web-api.md#change-sets) represent a collection of operations that are executed in a transaction. You can also pass in individual requests and change sets together as parameters to this method.
2424

2525
> [!NOTE]
26-
> You cannot include read operations (retrieve, retrieve multiple, and Web API functions) as part of a change set; this is as per the OData v4 specifications.
26+
> - You cannot include read operations (retrieve, retrieve multiple, and Web API functions) as part of a change set; this is as per the OData v4 specifications.
27+
> - Batch requests can contain up to 1000 individual requests and cannot contain other batch requests.
2728
2829
## Syntax
2930

0 commit comments

Comments
 (0)