Navigation
Mobile DocsNavigation
Mobile DocsStore and manage variables
Store, retrieve, and manipulate variables within your workflow. Supports different data types, operations like increment/decrement, and variable scoping for complex workflows.
Layout: half
Options: Set Variable, Get Variable, Increment, Decrement
Placeholder: userCount, totalSales, currentUser
Layout: half
Placeholder: Hello World, 42, {"name": "John", "age": 30}, [1, 2, 3]
Layout: full
Condition: operation = ["set","append","prepend"]
Layout: half
Condition: operation = ["set"]
Options: Auto Detect, String, Number, Boolean
Placeholder: 1
Layout: half
Condition: operation = ["increment","decrement"]
Layout: half
Options: Workflow, Global, Session, Temporary
Placeholder: 0, "", null, []
Layout: half
Condition: operation = ["get","increment","decrement"]
Save variable across workflow runs
Layout: half
Encrypt sensitive variable data
Layout: half
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"content": "string",
"variableName": "string",
"variableValue": "json",
"variableType": "string",
"operation": "string",
"previousValue": "json"
}