Value Mapping

An easy way to handle cases for transformations of field mappings from one value into another. Takes the computed field mapping value and applies then applies the transformation.

valuemappingset

relationship - required

Value Mapping Set that the Value Mapping belongs to.

from_value

string | bool - required

A string or boolean value. Values passed as inputs to field mappings will undergo be matched against the from_value.

to_value

string | bool - required

An output string or boolean value. The output of the matching from_value. This field takes an explicit string and transforms it

notes

Documentation field

Examples

Last updated