Workflow variables

Workflow variables let you store and reuse information within the scope of a single Workflow. They’re great for:

  • Storing an AI task’s output
  • Saving and reusing user input
  • Organizing data returned from an API call

Read a Workflow variable

You can use {{workflow.variablename}} or @workflow.variablename to read a Workflow variable. For example, in a Text Card:

Workflow variable in a text card