Getting Multiple Utter message

User enters and bot validates it, and bot displays a message using dispatcher.utter_template(“utter_no_id”, tracker), displays the second message using utter_ask_id right after the dispatcher message (two messages at the same time). So what i need is the only message from the dispatcher not the message from utter_ask_id. How can i achieve t

Why would the slot be still empty if it was validated?

I am getting utter template message and utter ask. It’s seem the message getting multiple times

Can you run both rasa and your actions server on --debug mode to see why the message is coming multiple times?