most-kilobyte-17608
03/31/2023, 6:22 AMuseFeature starts returning the default value as the condition x=0 isn’t met now?most-kilobyte-17608
03/31/2023, 6:23 AMfresh-football-47124
most-kilobyte-17608
03/31/2023, 7:03 AMmost-kilobyte-17608
03/31/2023, 7:04 AMmost-kilobyte-17608
03/31/2023, 8:26 AMonFeatureUsage is called when x=0, set a growthbook attribute x_exp_1: A and change the targetting condition to
{
"$or": [
{
"x_exp_a": {
"$exists": true
}
},
{
"x": {
"$equals": 0
}
}
]
}fresh-football-47124
most-kilobyte-17608
03/31/2023, 9:45 AM