Skip to content

Commit 627db8b

Browse files
committed
More tweaks
1 parent 77b880d commit 627db8b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to execute multiple requests in a transaction, you must pass in a ch
2424

2525
> [!NOTE]
2626
> - 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-
> - Requests can contain up to 1000 individual requests and cannot contain other requests.
27+
> - Requests can contain up to 1000 individual requests and cannot contain other requests.This is because of the limitation on the underlying Common Data Service implementation and not on the API itself. More information: [Execute batch operations](https://docs.microsoft.com/powerapps/developer/common-data-service/webapi/execute-batch-operations-using-web-api).
2828
2929
## Syntax
3030

0 commit comments

Comments
 (0)