If...End If

Allows you to define conditional parts of the Process Ask action template (e.g. to use the same Process Ask configuration for multiple process phases).

All items between an If and End If item are displayed only if the expression passed in the Parameters field evaluates to true. If you don't define any condition in the Parameters field, this evaluates to true as well.

You can embed if-loops within other if-loops.

Syntax

{url:<variable>} >= <value>

process.get('<variable>') == true