Skip to main content

Constant

This formula returns a constant value.

JSON Format

{
"type": "constant",
"value": ...,
"value_type": ...,
"sub_value_type": ...
}

Fields

FieldTypeRequiredDescription
valuedynamicThe constant value that this formula will return.
value_typeValueTypeThe type for the value of this formula. It has to match.
sub_value_typeValueTypeThe type of the sub value of the array this formula returns (only required if this formula returns an array and the value_type field is array).