create_record
Create a single record in a Microsoft Dataverse table by supplying the table's logical name and a dictionary of column-value pairs.
Instructions
Create a single record in an XRM table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Dictionary of logical column names to values | |
| table | Yes | The logical name of the table | |
| org_url | Yes | The Dataverse organization URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||