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
- 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
- flow
flow
Upserts one setting in the system_key_value storage: the field pin becomes the document's `label` (spaces stripped, the spelling every reader queries as label.keyword), the value is stored as a string, and description and is_secure are written alongside. An existing setting with the same label is updated rather than duplicated. There is no success or error output; an empty or unwired field does nothing, and a failing write is logged and recorded on the run rather than surfaced on a pin. Writes nothing while simulating.
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 