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
Creates or updates records identified by alternate keys. Single item → PATCH; multiple items →`UpsertMultiple` bulk action.
135
+
Creates or updates records identified by alternate keys. Single item -> PATCH; multiple items ->`UpsertMultiple` bulk action.
136
136
> **Prerequisite**: The table must have an alternate key configured in Dataverse for the columns used in `alternate_key`. Without it, Dataverse will reject the request with a 400 error.
137
137
```python
138
138
from PowerPlatform.Dataverse.models.upsert import UpsertItem
@@ -181,7 +181,7 @@ The SDK provides DataFrame wrappers for all CRUD operations via the `client.data
Creates or updates records identified by alternate keys. Single item → PATCH; multiple items →`UpsertMultiple` bulk action.
135
+
Creates or updates records identified by alternate keys. Single item -> PATCH; multiple items ->`UpsertMultiple` bulk action.
136
136
> **Prerequisite**: The table must have an alternate key configured in Dataverse for the columns used in `alternate_key`. Without it, Dataverse will reject the request with a 400 error.
137
137
```python
138
138
from PowerPlatform.Dataverse.models.upsert import UpsertItem
@@ -181,7 +181,7 @@ The SDK provides DataFrame wrappers for all CRUD operations via the `client.data
0 commit comments