create_entity
Create a new Dataverse table with specified attributes, including custom fields, ownership, and primary name.
Instructions
Create a new Dataverse table (entity) with specified attributes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attributes | No | Additional attributes to create with the entity | |
| description | No | Table description | |
| display_name | Yes | Display name | |
| logical_name | Yes | Logical name with publisher prefix (e.g. 'contoso_newtable') | |
| ownership_type | No | Ownership type (default: UserOwned) | |
| primary_attribute_name | No | Logical name for primary name attribute (default: '{prefix}_name') | |
| display_collection_name | Yes | Plural display name | |
| primary_attribute_display_name | No | Display name for primary name attribute (default: 'Name') |