Skip to content

Variables

Variables in WaiNao allow you to store values and reference them across your workflow.

Variable Types

  • String: Text values
  • Number: Numeric values
  • Boolean: True/false values
  • Array: Lists of values
  • Object: Complex data structures

Using Variables

Reference variables using double curly braces:

{{variableName}}

System Variables

VariableDescription
Workflow input
Previous block output
Current loop index

AI Workflow Editor