Written by

Question Sam S · Jun 2, 2017

Ensemble Routing Rule

Is it possible to use an intersect lookup table on a repeating field in a routing rule from management portal.

Comments

Marc Mundt · Jun 6, 2017

There is no standard Ensemble function that accepts multiple values and looks up each one in a lookup table in a single call.

You can achieve this by creating a custom function which accepts a delimited string with all of the values and then iterates through each value and calls the standard "lookup" function once for each value.

0