Variable

Free

Assign 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

FieldTypeRequiredTemplatableNotes
NametextyesVariable name
Operationselectassign, add, subtract, multiply, divide
ValuetextyesThe 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