dynamic value
This block is part of the value group and was last modified in core v13.0.7.
dynamic value v13.0.7 Returns the provided value with support for dynamic inpins using {name:type} placeholders : the pin's name first, then its type, e.g. {guid:value}.
- value
value
Outputs the configured value with every {name:type} placeholder replaced by the matching dynamic input pin's value; a placeholder whose pin is unwired or nil becomes an EMPTY string, and brace text without a colon is left as-is. The result is always a single string.
dynamic value reads the value stored under the key typed on the block, where a fixed value would hold the text itself. The result flows into concatenate values here, next to a fixed prefix.

Commonly used with
In production blueprints, this block is most often wired together with:
- get fields: feeds into this block. Gets the selected fields from the given object.
- execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
- create: feeds into this block. Creates a new function that can be executed using the given name.
- Request: POST json: this block feeds into it. Performs an HTTP POST request to create or submit data to the specified URL with a JSON body.
- logical OR: feeds into this block. will return the first truthy value, checking first, then second, then any extended pins. Falsy means null, false, 0, NaN or an empty string, so first being 0 or false also falls through.
- get setting: feeds into this block. get a created system setting.
Version history
Introduced in v13.0.7.
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
