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.