The Data Router applet makes dynamic routing decisions. The applet compares a value held in a data source (or interaction property) with a value that you specify in the applet, using the operator that you also specify in the applet. If the comparison is true, then the applet routes the call accordingly. If the comparison is not true, the applet routes the call elsewhere. You can use the Data Router applet to route calls based on information returned from Data Retrievers earlier in the call plan, for example, route the call based on the value of a Salesforce field.
You can specify multiple rules; the call is routed to the applet of the first matching rule.
Operators
The list of Operators depends on the type of the selected Data Source. For example, numerical types will allow the Is Greater Than and Is Less Than operators, whereas string types will not.