# Release Notes

{% columns %}
{% column width="25%" %}
January 30, 2026
{% endcolumn %}

{% column width="75%" %}

## Value Mapping in the Integration Center

You can now add custom Value Mapping when building templates in FlowMate.

Value Mapping extends current field mapping options by defining how specific values are transferred between systems, for example deal stages, statuses, or absence types. This is especially important when a field only accepts certain values.

**Why this matters**

Many integrations need more than just mapping fields. Different systems often use different values for the same concept. With Value Mapping, you can build templates that still allow users to adjust how values are mapped to fit their own setup.

**How it works**

When creating templates, you can decide how users configure value mappings:

* Manual input - users enter the values they need
* Dropdowns - users select from predefined options to avoid errors

Value Mapping is now available in the Integration Center and helps make integrations more flexible and reliable.
{% endcolumn %}
{% endcolumns %}


---

# 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://flowmate.gitbook.io/flowmate-documentation/release-notes/release-notes.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.
