Context Variablescontext-variables-workflow2024-12-032025-12-02T18:25:35.084Z2025-12-03T10:38:40.477Z2025-12-03T10:38:40.477Z
3 Dec

Context Variables

Reference data from any part of your workflow. When a user submits a form or an action completes, the output becomes a variable you can use in later steps.

How to use variables:

  • Press @ in any text field to see available variables
  • Click the @ button to browse and search
  • Use double curly brackets for developer-style references
  • Access specific elements within variables for advanced control

Every action on your canvas creates a variable chip representing its output. For example, if you run a web search, the results become a variable you can pass into an AI prompt. If a user fills out a form, their responses become variables for the rest of the workflow.

This means your workflows can respond dynamically to real inputs rather than relying on static values.