Hello, I'm trying to create an activity where the default experience is
one of the experience's from a different, currently running activity. Or
maybe there's a better way to achieve what I want. Here's my scenario -
I ran an A/B test on my homepage and the test experience won. While the
development work is being done to hardcode the new design, I want to run
another A/B test with the winner from the 1st test set as default.
Currently, when I try to create the 2nd test it uses my old homepage
de...