I previously set up an experiment with 2 groups, ...
# ask-questions
a
I previously set up an experiment with 2 groups, control and treatment, linked to a feature flag that is a boolean value. I’d now like to introduce a new treatment group to the experiment, shut down the existing treatment and measure the results between the control and the two treatment groups. Is there a way to convert this experiment to be able to have 2 treatment groups? I haven’t been able to find a way to configure it like this
f
hi Todd - that's a bit tricky. I'm not sure I entirely understand the use case, but you might be able to use prerequisites to do this
with a new feature
a
ok, that’s what I was thinking. Appreciate it