Hi,
I created an audience with enrichment data. One field is type "string", the other field is "integer".
When I create a condition rule on the string field, AJO correctly validates the syntax and the flow.
However, when I create a condition rule on the integer, with a typecast, the condition validates, but the flow complaints about a type mismatch error:
Condition on integer field (validates):
(toInteger(@readAudience{ProfileFieldGroup.nr_travels})) >= 6
Flow error:
Anyone any idea on what's wrong?
FYI, the condition must be integer comparison, I can't use string (lexicographic) here.