MapValues
Maps the given values to the translated values.
If given values: "a,b,c" and translated: 1,2,3 then input "a" will return a 1.
Script Data
Name | Description |
---|---|
Script Type | javascript |
Tags | Utility |
Inputs
Argument Name | Description |
---|---|
values | The values that should be translated. |
translated | The translated values to be used to replace the values. |
input | The value to compare and replace. |
Outputs
There are no outputs for this script.