Workflow variables let you store and reuse information within the scope of a single Workflow. They’re great for:Documentation Index
Fetch the complete documentation index at: https://botpress.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- Storing an AI task’s output
- Saving and reusing user input
- Organizing data returned from an API call
Workflow variables are only accessible in the Workflow they were created in. If you need a variable to be accessible in multiple Workflows, use a different variable scope.
Read a Workflow variable
You can use{{workflow.variablename}} or @workflow.variablename to read a Workflow variable. For example, in a Text Card:
