My chatbot is looping on WhatsApp
Issue Description:
The chatbot is not respecting conversational turns.
For instance, when the bot should wait for a user's response to "What's your name?" and store it in the variable name, it instead immediately asks the next question: "Which day do you want to come to the restaurant?"
This results in the bot entering a loop, continuously asking the same questions without waiting for user input.
Eventually, the bot calls the webhook and sends incorrect information.
Additional Information:
No changes have been made to the bot or its deployment.
The bot is deployed on Replit and has been running smoothly since day one without any prior issues.
Is anyone else experiencing the same issue?

