Create a story for a predefined slot

Hi,

Supposing I have a categorical slot that has been fetched from another story, how do I create a new story with diverging paths based on the corresponding entity value?

For example:

story 1

  • steps for application
    • utter_steps_for_A

story 2

  • steps for application
    • utter_steps_for_B

Please note that the slot has already been filled from another story. There is no corresponding entity being mentioned in steps_for_application

NOTE: I am unaware that in this case, I can merge the stories to solve the issue. But in my actual use case, I have multiple services, each with 20+ QnA. So it will not be feasible for me to merge all their stories.

Regards