Hello,
I am trying to create a chat bot that will check if values are correct in comparison to the excel file, that was i can verify who has permissions to use the chatbot .
Example : in my Excel, it is written
TOKEN 1 TOKEN 2 TOKEN 3 company E-MAIL
12345 67890 147852 CTT CTT@gmail.com
The bot will ask for the company and email and then it will either as for token 1, 2 or 3.
How can I do that ?