Hi there, is it possible to create a new experimen...
# ask-questions
f
Hi there, is it possible to create a new experiment linked to a feature flag which is already linked to a different, active experiment? We are hoping to preserve the user bucketing from the running experiment A by keeping it active, but dialing new traffic down to 0%. And we have another experiment B to test different values of the same flag used in A. Thanks in advance!
s
Technically, yes. But there might be some reasons not to. What's your goal with this approach?
f
The goal is to preserve sticky bucketing for users who have already been targeted by the previous experiment. I believe ending the experiment would destroy the sticky bucketing that it created. This turned out to be my mistake. The flag I was looking for was listed under a different project than the experiment, so it wasn't selectable from the experiment.
b
I would think that should work if you copy the seed from the first experiment over to the second one and have the same traffic allocation settings and ID settings for both.
🙌 1