I want to ask within the Telegram bot three questions sequentially.
- What’s the name of the product?
User answered - What’s the description of the product?
User answered - Upload a photo.
User answered
But how can I do that? Cause if you do it step-by-step, when user answers the second questions, the first question will come up too.
Like I want to get three variables here, for example “productName”, “productDescript” “photo_file”. So I can use them in next following nodes.
I am new with n8n and programming. Can u help me out?