> For the complete documentation index, see [llms.txt](https://docs.popl.co/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.popl.co/introduction/integrations/monday-integration/monday-field-mapping.md).

# Monday Field Mapping

#### **Customize your Field Mappings**

Popl default fields, enriched data, and lead qualifiers, can be synced to fields in Monday. Default mappings can be modified or replaced. To add additional mappings, navigate to the field mapping tab.

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

The following are the default Lead mappings. You can customize these mappings to include lead qualifiers and enriched data.

| Popl Field | Monday Field |
| ---------- | ------------ |
| Full Name  | Name         |
| Email      | Email        |
| Number     | Phone        |
| Job Title  | Title        |
| Company    | Company      |

To add a mapping, click **Add Mapping** in the top-right corner of the Field mappings tab. From here, select the Monday field, then choose the Popl field you would like to map from.

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

***

#### **Sync Logic For Field Mappings**

After choosing which fields you want to map, you can adjust the sync behavior. You can choose between overwrite, complete if missing, or append.

**Overwrite field:** If a value already exists for an object in Monday, replace that data with the Popl field.

**Complete if missing:** Only use the Popl value if the existing field is empty. Otherwise leave the field value as is in Monday.

**Append:** Add Popl values to fields that may already have data, instead of replacing it.

***

#### **Mapping Types**

**Dynamic Mappings -** Dynamic mappings allow Popl to send **real-time data** from each individual lead into the corresponding Monday field. This means the value that syncs will **change based on the information captured** during the lead exchange.Use dynamic mappings when you want Monday fields to reflect unique data for every synced record.

**Fixed Mappings** - Fixed mappings allow you to send the **same preset value** to a Monday field for every synced record. To set a fixed mapping, click into the Popl field, select **“Fixed Mapping,”** and enter the constant value you want applied to all synced people in Monday. Use fixed mappings when you need a **consistent, unchanging value.**

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

***

#### **Save Settings**

Once you have configured your field mappings, be sure to save your changes. You can do this by clicking **Save** in the top-right corner of the field mapping tab.

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

Once your mappings and sync behaviors are set, your integration runs seamlessly, automatically delivering the right data to the right Monday fields every time.

***

#### **Need Help?**

Contact Popl Support – our team is available to assist at <teams@popl.co>.

With 🤍 from Popl.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.popl.co/introduction/integrations/monday-integration/monday-field-mapping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
