update server state

This block is part of the state ui group and was last modified in core v10.4.28.

Type Selection Required

This block requires you to select the data type you want to work with. You must manually select the type using the type selector modal. To access the modal, click the white button on the block.

Field Selection Required

This block requires field selection (in). You must manually select the fields you want to work with using the field selector modal. To access the modal, click the white button on the block.

update server state v10.4.28

Sends a state update to the frontend and triggers updates based of it.

In pins 2 + flow
  • flow
    flow
  • state key required
    value

    State key to update

  • skip trigger
    condition

    if true given, it will not send this update back to the backend.

Out pins 0 + flow
  • flow
    flow
update state

A typical wiring for update server state: value feeds the key pin; branch feeds the flow pin; true feeds the skip_update pin; the flow out pin feeds debug.

Studio canvas example for the update server state block: typical wiring for update server state.

Commonly used with

In production blueprints, this block is most often wired together with:

  • value: feeds into this block. Simply returns the provided value.
  • branch: feeds into this block.
  • true: feeds into this block. Gives the condition true hard-coded.

Version history

Introduced in v10.4.28.


Back to state ui Return to the main group to view all sub-groups Back to state actions Return to the group to view all blocks within this group