Hello,
Does anyone have an example of multiple value lists being used as result of conditions?
Example;
if(match([Segment],X),
ValueList(1,2,3),
if(match([Segment],Y),
ValueList (A,B,C)))
I can't seem to get this to work as it seems that the value list will only work on its own.