set system setting
This block is part of the system settings group and was last modified in core v10.4.28.
set system setting v10.4.28 define a system setting
In pins 4 + flow
- flow
flow - Field required
valuename of this system key
- Value required
valuevalue of this system key
- description
valueDescribes what this key is used for
- secure
conditionSets the key to be containing secure values
Out pins 0 + flow
- flow
flow
Creates a document in the system_key_value storage with the given field name and value (plus description when wired), then continues; there is no success or error output. An empty or unwired field does nothing at all, and a failing write is silently swallowed. The is_secure pin is declared but not read by the Go executor.
A typical wiring for set system setting: a function trigger starts the flow; value feeds the field pin; value feeds the value pin; the flow out pin feeds debug.
Version history
Introduced in v10.4.28.
Back to
system settings Return to the main group to view all sub-groups Back to system Return to the group to view all blocks within this group 