I’m setting up a handful of subdomain specific chatflows, but I’d also like to create a simple chatflow for the top level domain that can effectively act as a router to get people to any of the subdomain chatflows. As best as I can figure, I could clone each subdomain chatflow to the domain chatflow, but then I’d have to make changes to the subdomain chatflow in multiple places, or rework the routing chatflow anytime I make any changes to any of the the subdomain chatflows.
long story short, is there any way to move a user from one chatflow to another within the chatflow builder?