create_relationship
Create a new relationship between two Dataverse tables using entity logical names, relationship type, and schema name.
Instructions
Create a relationship between two Dataverse tables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Relationship type | |
| lookup_name | No | Logical name for lookup attribute (OneToMany only) | |
| schema_name | Yes | Unique schema name for the relationship | |
| primary_entity | Yes | Primary (referenced) entity logical name | |
| related_entity | Yes | Related (referencing) entity logical name | |
| lookup_display_name | No | Display name for lookup attribute (OneToMany only) |