Friends! I really need your help, I don’t understand how to implement the process: The client contacts the Telegram bot - the bot asks what their name is - receives the answer (client’s name) - saves it and asks the next question, the date of birth. What I’ve drawn is in the picture. I really need help, I am a complete beginner.
Hi there, welcome to the community, in order to saves it, you need some sort of database, n8n has a lot of option for database to connect and have built in nodes for them such as postgresql, mongodb, supabase, etc.
You can create a table user, where it keeps the user data such as their names, birth date, etc.
Or even skmething like airtable or google sheet will also do
