Relationships

A Relationship in a Data Model is used to link data between Schemas through their Primary Keys. Relationships connect otherwise separate datasets into a unified and structured data system.

Steps to Create a Relationship Between Two Schemas

1

Access the Data Model

Select a workspace, navigate to Data Model, and choose the Data Model you want to configure.

2

Open the Relationships Tab

Click the Relationships tab to view existing Relationships and set up new ones.

3

Add a New Relationship

Click Add Relationship to begin creating a new relationship.

4

Define the Relationship

On the interface, drag a connection between two fields to open the Add Relationship modal. Enter the required information and click Create.

Types of Relationships

  • One-to-One: A record in the From Node is linked to exactly one record in the To Node.

  • One-to-Many: A single record in the From Node is linked to multiple records in the To Node.

  • Many-to-One: Multiple records in the From Node are linked to a single record in the To Node.

Last updated

Was this helpful?