value
This block is part of the value group and was last modified in core v10.4.28.
value v10.4.28 Simply returns the provided value.
Out pins 1
- value
value
Outputs the literal value configured in the block, exactly as stored - no coercion, no placeholder substitution, no inputs.
A value block holds a fixed text in its input field, typed straight into the block on the canvas. Two of them feed concatenate values here, and the combined text is passed through convert to uppercase. This is the standard way to put literal text into a blueprint.

Commonly used with
One of the most-used blocks across production blueprints. It is most often wired together with:
- new object: this block feeds into it. Builds a new object filled with the given fields.
- execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
- concatenate values: this block feeds into it.
- ==: this block feeds into it. returns true if the two values are equal.
- if: this block feeds into it. Conditional branching for values (if.. then.. else..). Selects which input value is passed through; it does not route flow.
- set fields: this block feeds into it. Generates an array of mutations based on the given filled fields.
Used in these guides
These documentation pages use or explain this block:
Version history
Introduced in v10.4.28.
Back to
value Return to the main group to view all sub-groups Back to custom Return to the group to view all blocks within this group
