# Get Relationship schema name

After adding **'Map My Relationships'** control, you will require 'Relationship Schema Name' to populate relationship fields.&#x20;

Here are the steps to get relationship schema names:

### Power Apps:

* Navigate to **make.powerapps.com --> Select the environment --> Tables -->Select Table**.

<figure><img src="/files/6xzbnh47twZXcNV59PqV" alt=""><figcaption></figcaption></figure>

* Select **Relationships**.

<figure><img src="/files/IVudAFhyhD6549iGAcJ0" alt=""><figcaption></figcaption></figure>

* Open the relationship from the list and copy the **Schema name**.&#x20;

**One-to-Many**&#x20;

<figure><img src="/files/Z21WFKTzNerb6fDuHcxF" alt=""><figcaption></figcaption></figure>

**Many-to-One:**

<figure><img src="/files/gpoAaF3zh3eRkqpzfIG7" alt=""><figcaption></figcaption></figure>

**Many-to-Many:** Let’s take an even more relevant example, a contact having a many-to-many relationship with invoices. For this, you will have to place the control on the ‘**Contact’** entity form. In this case, we are considering configuring the relationship control only for the ‘**Account**’ entity.

<figure><img src="/files/fvhtV0JOw0cKf5IchaNf" alt=""><figcaption></figcaption></figure>

* Copy this name in comma-separated format in the properties of the Map My Relationships control.

### From Classic UI:

* Go to **Settings** --> **Customizations** --> **Customize the Entity** --> Select the **entity** from Entities component.

![](/files/-M87_ISmbVEMPA0xxjKU)

* Click on **1:N Relationships,** **N:1 Relationships** and **N:N Relationships** to get the list of relationships available in the system.&#x20;

![](/files/-M87_Mx0y4t0auuE_4Nx)

* Open the relationship from the list and copy the **Schema name**. &#x20;

![One-to-Many](/files/-M87_Sg-cjxV8w7028Dd)

![Many-to-one](/files/-M87_aIa59Ss_WxDBQx_)

![Many-to-Many](/files/-MQ1SidOajz-p5FNhRRe)

* Copy and paste this name in comma separated format in properties of the Map My Relationships control.

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inogic.com/map-my-relationships/configuration/get-relationship-schema-name.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
