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
User feedback: the import changes in README.md and SKILL.md are enough.
Example scripts can stay with their original (main) import style.
8 files reverted to main's content:
- examples/advanced/{alternate_keys_upsert,dataframe_operations,datascience_risk_assessment,
prodev_quick_start,relationships,walkthrough}.py
- examples/basic/{functional_testing,installation_example}.py
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Creates or updates records identified by alternate keys. Single item -> PATCH; multiple items -> `UpsertMultiple` bulk action.
213
213
> **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.
214
214
```python
215
-
from PowerPlatform.Dataverse.models import UpsertItem
215
+
from PowerPlatform.Dataverse.models.upsertimport UpsertItem
0 commit comments