Hi, Is there any solution to use the attribute val...
# ask-questions
s
Hi, Is there any solution to use the attribute value inside a targeting condition like this?
f
Hi Arun. that’s not supported today. There might be a way to work around this - perhaps you can describe what you’re trying to do?
s
Hi, Graham Have a look at the image. Here, active_purchase_track_ids is an array of numbers and current_track_id is a string. I am trying to figure out a condition to check current_track_id is not included in list active_purchase_track_ids
f
you could use the $nin opperator
s
Here the problem is we don't get the value of current_track_id attribute
Have a look at the image. We cant add variable - current_track_id (green font) there. Instead a number or a word is allowed.