Unable login and password in Chatbot to retrieve variables.
I would like the chatbot user to be able to enter a login and password to retrieve their variables when they reconnect to the chatbot. Is this possible?
The variables are saved in Google Sheets (simpler for me).
2 Replies
Heya Philippe,
I explained how to create a Google Sheets Authentication system in the following post: https://discord.com/channels/1155799591220953138/1334380304332361729/1334468978399117312
The use case above was to authenticate with just the name or email, but you just have to repeat the process for password after you asked for a name or email and it'll work the way you expect it.
Alternatively, in another following post I showed how to retrieve the columns values of a specific row (in your case the user variables) based on user input. Maybe it could help you as well:
https://discord.com/channels/1155799591220953138/1334422698914484245/1334484661820461169
Feel free to ask if you have questions to set it up the way you want it!
Thank you Anthony. I'll try this.