Hello.
There is no way to get a Master of Laws in my country.
I set up a VPS and installed n8n on it. I started from scratch and ran into a problem that I can’t solve yet. I hope for your support, because you too will start studying someday
The essence of the task:
I want to write a bot for telegram. The algorithm that I can’t solve yet is this:
- Telegram bot waits for data input.
- As soon as the user enters data, it displays the message “Enter the first value” and waits for input.
- The user enters data.
- As soon as the user enters data, the bot displays the message “Enter the second value” and waits for input.
- The user enters the data.
- As soon as the user enters the data, the bot displays a message indicating the First value and the Second value that the user entered before.
I am using n8n version 1.101.1.
Is there a chance to solve this algorithm without LLM?
Thanks.