Knowledge Base

Read Variable

Loads a persistent variable into the pipeline. Values survive across individual runs — unlike transient trigger payload data.

When to use

  • Read shared config ({{$var.apiUrl}} keys) at runtime.
  • Load last-processed timestamp or counter state.
  • Provide defaults when a key does not exist yet.

Properties

PropertyTypeDescription
ScopeselectThis workflow only or Global (shared across all workflows).
Variable KeytextKey name, e.g. last_sensor_value. Required.
Default Value (when key does not exist)textReturned when key is missing; exists output is false.

Outputs

FieldDescription
valueStored string or default.
existsTrue if key was found.
keyKey that was read.

Placeholders

In other node settings use {{$var.key}} for inline resolution. Global scope takes precedence over workflow scope when both exist.

See also

Nodlyn Assistant
Ask me anything about Nodlyn
Hi! 👋 I'm the Nodlyn assistant. Ask me about the product, workflow components, connectors, agent runtime, agent capabilities, deployment, and more. If I don't know an answer, I'll point you to our contact form.