Variant

The Variant function converts the input value to the variant data type.

Usage

Variant(input)

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

Variant([Cust Json as Text])
  • Returns:

Related resources