This processor assigns a value to a variable and creates the variable if it doesn’t already exist.Documentation Index
Fetch the complete documentation index at: https://docs.keeperagent.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic variable assignment
Example set a value for theWALLET_ADDRESS variable

Configuration details
Configuration fields
| Field | Required | Description |
|---|---|---|
| Variable to save result | Yes | Variable name |
| Value | Yes | Value to assign to the variable |
Advanced variable assignment
Assign a variable’s value based on specific conditions
Example assign variables based on specific conditions
- if
TOKEN_NAMEequals USDT, then setSWAP_AMOUNTto 100. - if
TOKEN_NAMEequals WETH, setSWAP_AMOUNTto 0.1.