MapValues
Specifies a mapping of a set of input values to output values.
The MapValues function is used to map a set of input values to output values for a map element. It supports a variable number of ValueMapping functions each of which specifies the mapping of one or more input values to a single output value.
This function returns a String.
Information noteNote: With the 8.0 R2025-10 monthly release, the Auto Map option is
            available in the Expression MapValues Properties dialog box,
            allowing you to automatically map input to output values based on names or
            descriptions.
      Related examples
Related examples
Arguments
| Arguments | Definitions | 
|---|---|
| Source Map Element (String) | The (typically input) map element that is the source of the input values. | 
| Values (ValueMapping) | A mapping of a set of input values to an output value. Any number of ValueMapping functions may be specified here. |