Hi there :wave: we are trying to use "in the list"...
# announcements
r
Hi there 👋 we are trying to use "in the list" targeting condition on the cloud version of GrowthBook Forced Value, but it doesn't seem to be working, targeting works however if using the "equals"
We ended up writing an "$or" query over all the values, but "$in" doesn't seem to be working
f
Do you have an example of $in condition that you tried and the $or version that ended up working?
I just realized the conditions form UI is a little ambiguous. The
in the list
operator expects a comma-separated list of values, but it shows a textarea which implies it's looking for one value per line instead. I'll make the UI more clear.