Hello
Currently my company task me to create a simple poll, to vote for the best employee of the month in the office with a Telegram Bot
My boss wanted me to create buttons for each of the employees name… So if someone want to vote for a person, they will just tap one of the name that appear instead typing the name to saves time.
The list of the employees name was on the external MySQL database.
Is it possible to GET the name from my database, and then put it as CHOICES in the flow?
So far, all I know is I have to type each CHOICE and the value every time i create a flow… We have 20 employees and we want as a CHOICES button, instead typing the name to vote…
Thank you…