Skip to content

SetValue

aggregating category: aggregation no `||`

Emits the supplied parameter value as the output.

Produces an output value drawn from the first parameter.

Parameters

1value Mandatory — accepts: BOOLEAN, DATE, FLOAT, INT, STRING, array

The value to emit.

Input type

Does not accept input.

Output type

The output type matches the type of the value parameter.

Examples

Static integer

SetValue(42)

Static string

SetValue("My Value")

See also

Concat, IgnoreValue, Use