Constant
This formula returns a constant value.
JSON Format
{
"type": "constant",
"value": ...,
"value_type": ...,
"sub_value_type": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
value | dynamic | ✓ | The constant value that this formula will return. |
value_type | ValueType | ✓ | The type for the value of this formula. It has to match. |
sub_value_type | ValueType | The 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). |