Hey! I'm having some issues setting up a condition...
# ask-questions
g
Hey! I'm having some issues setting up a condition on a new feature flag I want a condition like the following:
If UID is in the list ["aaa", "bbb", "ccc"], then value should be "On"
The feature flag works as expected if I use a single value and “is equal to” condition. If I use the “is in the list” condition, it always evaluates to false. Any thoughts on why?
f
do you have our devtools?
That should work, DM me and I can help you debug it if you like
🙏 1
g
Hey, I’ve tried enabling the dev tools and using the chrome extension, but haven’t been able to get it to work.