You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-WebApi/online/executeMultiple.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you want to execute multiple requests in a transaction, you must pass in a ch
24
24
25
25
> [!NOTE]
26
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
-
> - 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).
27
+
> - Requests can contain up to 1000 individual requests and cannot contain other batches. More information: [Execute batch operations](https://docs.microsoft.com/powerapps/developer/common-data-service/webapi/execute-batch-operations-using-web-api).
<td><p>An array of one of one of the following types:</p>
72
+
<td><p>An array of one of the following types:</p>
73
73
<ul>
74
-
<li>objects where each object is an action, function, or CRUD request that you want to execute against the Web API endpoint. Each object exposes a <b>getMetadata</b> method that lets you define the metadata for the action, function or CRUD request you want to execute. This is the same object that you pass in the <code>execute</code> method. For information about the object, see <ahref="execute.md">execute</a>.</li>
74
+
<li>objects where each object is an action, function, or CRUD request that you want to execute against the Web API endpoint. Each object exposes a <b>getMetadata</b> method that lets you define the metadata for the action, function, or CRUD request you want to execute. This is the same object that you pass in the <code>execute</code> method. For information about the object, see <ahref="execute.md">execute</a>.</li>
75
75
<li>Change set (an array of objects), where each object in the change set is as defined above. In this case, all the request objects specified in the change set will get executed in a transaction.</li>
76
76
</ul>
77
77
<p>See request examples earlier in the **Syntax** section for more information.</p>
0 commit comments