The order of the requested slot does not match with the order of the form. For an example when the bot ask for the checking date the user input map to another slot in the form. Can anyone help me to figure out this issue
1 Like
Hi @Ashinka, I guess if you only change the order of the slots that you want to fill in the requested slots function on actions.py, itβll resolve your issue. Just to resume: put the slots in requested slots in the order that you want your form. Hope it help.
@marcos.allysson Thank you for your early response. I had already arranged the order of the slots in actions.py. Yet I got that issue. Please help me to fix this.