I have a question regarding experiment allocations.
We have two flags that we want to be dependent on each other. For example "For users who are shown this, give them another experiment".
For example using two flags, "show_tabs" and "show_new_shiny_tab". I would like to configure an experiment that is "For users who see the tabs, perform an A/B Test to users to test a new shiny tab".
So to achieve behavior, we select on the "show_new_shiny_tab" experiment the following:
"Users where show_tabs = true/false".
Will this work as expected? From what we see, there is room for doubt, but overall it looks like it is working. Is there any concerns with this approach?