# Why can't I map back to property?

When creating a defined property, you might want to map it to an existing property from an integration instead of assigning it a static value.

However, in some cases, this isn’t possible. Here's an example:

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

#### Why does "Deal Amount" appear in the first dropdown, but not in the second one?

Defined properties can only map to **text** fields.\
If a property is a **number**, **boolean**, or **date** field, it won’t appear as an option in the second dropdown.


---

# 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.hockeystack.com/marketing-intelligence/report-examples-and-insights/why-cant-i-map-back-to-property.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.
