busy-horse-73824
11/01/2023, 6:21 PMrhythmic-agent-34208
11/01/2023, 6:21 PMfuture-teacher-7046
busy-horse-73824
11/01/2023, 6:31 PMhelpful-application-7107
11/02/2023, 4:07 PMThe key problem is that we sometimes need to have combined rules - i.e. additional conditions beyond those in the experiment targeting. e.g. if the experiment is on this variant, and the user is on the web version of the app, use this value. Whereas if they're on another version, use another valueYou want to manage this in feature flags, but am I right in understanding that one could handle this in the app itself? e.g. if (user in experiment variant B) { if (web) x; if (ios) y}?
busy-horse-73824
11/03/2023, 2:28 PMhelpful-application-7107
11/03/2023, 4:09 PMrhythmic-agent-34208
11/06/2023, 11:14 PMbusy-horse-73824
11/20/2023, 11:46 PMfuture-teacher-7046
busy-horse-73824
11/21/2023, 12:10 AMrhythmic-agent-34208
11/21/2023, 3:47 AM