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
    value

    name of this system key

  • Value required
    value

    value of this system key

  • description
    value

    Describes what this key is used for

  • secure
    condition

    Sets the key to be containing secure values

Out pins 0 + flow
  • 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.

Studio canvas example for the set system setting block: typical wiring for set system setting.

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