blokboard/ Open app

Node reference

Set State

Save memory for future runs on this runtime

CoreDatasetState

Save memory for future runs on this runtime

Part of Core / Data. This reference is generated from the node definitions shipped with Blokboard.

When to use it#

  • Remember the last processed transaction for the next run.

Parameters#

ParameterField typeDefaultDescription
Key (key)string(empty)A name private to this workflow. Expressions can choose it dynamically.
Value (value)text(empty)A JSON-compatible value. An exact expression can store objects, arrays, or numbers.

Inputs#

PortValueDescription
inanyTrigger that stores the configured value.

Outputs#

PortValueDescription
outobjectThe key and value saved for this workflow.

out fields#

FieldTypeDescription
keystringWorkflow-scoped State key.
valueunknownJSON-compatible State value.

Use in a workflow#

Connect this node to the path that should execute it. Run a small example, inspect its actual output, and use the expression picker to select values for later nodes.

See expressions for mapping values, workflow basics for connections, and troubleshooting for failed runs.