This message was deleted.
# ask-questions
w
This message was deleted.
f
Which feature is returning false?
I see my-feature is a 3 way test
Copy code
"variations": [true, true, false],
which means that one could get assigned to the false group
and since you're hard coding the id to "123", it will not change
🙌 2
r
If I remove that id, will it randomize which value returns?
right now the features are returning null
110 Views