Struggling to set up a TelegramBot

Hello, I’m trying to create a Telegram Bot and I want the bot to give second answer only after he receives an answer for the first question. Right now when I hit /start button or type anything in the chat, the bot gives me the first and the second questions all together

I was wondering how I should set it all up? I tried different filters and parameters but it doesn’t work.

Thank you in advance for the help


Welcome to the Make community!

You’ll need to store the progress/state of the user’s chat so you know which question the user is on.

You’ll also need a router for each state (question).

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

1 Like

Hi @samliew, thanks for the response.

Should I add a Data store module before the module with the second question? (Sorry, I am absolutely new to it)