I have topic called CreateMessage which uses Create Generative answers node to create a message based on a users request.
If this topic is triggered directly. The node creates a message as expected.
However, there is another topic that asks the user what they want to do. It gives them options
1.Create Message 2. Create Detailed Message
When they select option Create message they are redirected to topic CreateMessage. It does execute nodes in this topic to request user input but does not give a response using the Create Generative answers. It just moves on to the next step.
Do we know what could be causing this? Is there a node we could add to wait until Create Generative answers node completes its task before moving to the next node.