i have created a login page where the user is asked the email id and that email is verified by the database stored email and the user is able to login.
Now then I am trying to access the address from the database and stored in the variable and even set slot value by (SlotSet) by when i am calling it from the responses its not showing the address and its showing None over there.
can you please guide me through this.
hi @Ravi13 - I will need some more information to help you diagnose your problem. As I understand it, you are able to retrieve the email in your code, but you are not able to set that value in a slot?
Could you please include a snippet of the relevant custom action code? (please paste the text here in ``` triple back quotes, do not post a screenshot).
Also if you could talk to your bot in debug mode, with rasa shell --debug, that might highlight where the problem is. Rasa will print a lot of additional information about what is happening, including any SlotSet events.