Create assessment RASA chatbot Issues

I am trying to create an assessment RASA chatbot in that, I am taking multiple inputs. I’m asking multiple questions. problem is that when I try to give input to a particular question it doesn’t maintain the sequence which I defined in the stories.yml file and then it’s getting into the loop.

Please help to resolve this.

Hi @rushi2440

Would suggest you to make use of Forms to collect the required inputs. You will have more control in the sequence of questions to be asked and how its filled in the associated slots.

1 Like

Thanks, Let me talk to my developer and then get back to you.

Any link related how create form in rasa 2.0? Can you help us with that, how we can do it.

Hi @rushi2440

Please refer Forms. Let me know if you if this helps.

1 Like

Let me try with forms and see how it works. I appreciate your support