Constant node is one of the most basic nodes we use every day.
A constant node holds a value of certain type, for now string, number and boolean types are supported.
You can also turn the value parameter to an expression, which is useful for fetching other parameter values or make calculations easily.
⚠️Caution
Remember to set the data type to the desired value type, expressions and literal values use this parameter as the target type.