upsert_record
Create or update a Dataverse record matched by an alternate key column. Use for sync or import scenarios without needing the record GUID.
Instructions
Create or update a record matched by an alternate key column.
Use this for sync/import scenarios where you don't have the record GUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Dictionary of fields to set | |
| table | Yes | The logical name of the table | |
| org_url | Yes | The Dataverse organization URL | |
| alternate_key | Yes | The logical name of the alternate key column | |
| alternate_value | Yes | The value to match |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||