Variable
FreeAssign or change a variable — counters, points, totals.
Sets or updates a variable. Supports basic math, so it’s your counter / points / cart-total block.
Fields
| Field | Type | Required | Templatable | Notes |
|---|---|---|---|---|
| Name | text | yes | — | Variable name |
| Operation | select | — | — | assign, add, subtract, multiply, divide |
| Value | text | — | yes | The operand (templatable) |
Outcomes
default— continue the flow.
How it works
assign overwrites; the math operations treat the value as a number.
Variable points assign 0
Variable points add 10 → {{var.points}} = 10