Variant
The Variant function converts the input value to the variant data type.
Usage
input (required) The input you would like to be interpreted as a variant.
Notes
- All variant data is interpreted as JSON.
- The Variant function changes the input value’s data type, but does not otherwise change the input value.
- The Variant function does not apply JSON formatting.
Example
- Returns:



