Ensemble Routing Rule
Is it possible to use an intersect lookup table on a repeating field in a routing rule from management portal.
Discussion (1)1
Comments
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.