ValueMapping
Specifies a mapping of one or more input values to a single output value.
The ValueMapping function is used to specify a mapping of one or more input values to a single output value and is used in conjunction with the MapValues function.
For convenience, this function allows you to specify the input or output values either a property or argument. If both are specified, the argument takes precedence.
This function returns a String.
Related examples
Related examples
Arguments
Output Value (String) | The output value mapped from the input values. |
Input Value (String) | One or more input values to be mapped to the output value. |
Properties
Output Value | The output value mapped from the input values. |
Input Value | A single input value to be mapped to the output value. |
Is Default Value | If this is true, this becomes the default value for the element if no other ValueMapping functions are satisfied. |