Mappings editor improvements is now Generally Available!
These enhancements make creating mappings easier, faster, and more intuitive - empowering you to build data mappings with greater flexibility and efficiency. We've revamped the mappings editor to include the following features:
-
Streamlined search: we’ve consolidated the mappings editor to a single, intuitive search bar, making it easier to find, select, and create event properties
-
Copy-and-paste pills: you can now copy-and-paste event property pills directly within the input field, eliminating repetitive manual selections
-
Smart dropdown interaction: clicking a pill in the input field automatically opens the dropdown with the selected pill highlighted, improving usability
-
Static value support: in addition to strings, you can now create static values as boolean, number, or null types, providing greater control over data types in mappings
-
Combine event properties with strings: you can create dynamic mappings by combining event properties with static strings for more flexible data structures
For example, you will now be able to:
-
Search for properties using a single, unified search bar
-
Copy a pill like
{{properties.email}}
and paste it in the mappings editor -
Combine properties with strings, e.g.,
User: {{properties.name}}
to create custom outputs -
Cclick a pill to instantly access its dropdown options for quick edits
-
Define static values like
true
,42
, ornull
directly in the mappings, instead of only string values like"true"
For more information, check out our docs.