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
fresh-football-47124
04/27/2023, 2:09 AM
do you have our devtools?
fresh-football-47124
04/27/2023, 2:58 AM
That should work, DM me and I can help you debug it if you like
🙏 1
g
gifted-queen-1541
04/27/2023, 5:55 PM
Hey, I’ve tried enabling the dev tools and using the chrome extension, but haven’t been able to get it to work.