You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is, if there is multiple condition in target#, the evaluation is only take the last condition.
for example, let's say I have, target#1 with conditions
IF CountryCode : US, SG, CA (is one of)
AND FFname : name1, name2, name3 (is one of)
with If the above conditions are met then deliver 'true',
As long as FFname is either name1, name2 or name3, CountryCode doesn't matter and it will always return 'true'