MyBotBoxMyBotBox

Variables

Set workflow-scoped variables

va

The Variables block lets you set and manage workflow-scoped variables. These variables can be referenced by downstream blocks using the {{variable_name}} syntax.

Use Cases

  • Define constants used across multiple blocks
  • Store intermediate computation results
  • Set dynamic configuration values
  • Pass data between disconnected branches of a workflow

Configuration

ParameterTypeDescription
variablesobjectKey-value pairs of variable names and their values

Variables set here are available to all downstream blocks via template expressions.

Notes

  • Category: blocks
  • Type: variables
On this page

On this page