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
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.