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.
Related examples
Related examples
Arguments
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. |