Telegram Bot / Google Sheet Entries

Describe the problem/error/question

I’m trying to set up a Telegram bot upon a webhook trigger that sends me four questions sequentially after receiving the answer to the preceding question. In the end, there is a “Thank you” message that confirm the successful entry of the data to a Google sheet. Each new starting trigger (“/newcigar”) should create a new line in the Google Sheet.

Currently, I got the question flow via Telegram to work but the answers are not saved to the Google Sheet and the “Thank you” message is not sent either after entering the answer to the last question.

What is the error message (if any)?

No error messages – the workflow is just not working as intended :sweat_smile:

Please share your workflow

This is my current workflow. I’m absolutely unsure if this is the correct approach for my case as I’m pretty new to this. As the JSON is too long for one post, I’m happy to share the two parts of the workflow separately in the comments (I hope this helps debugging).


atom

Information on your n8n setup

  • n8n version: 1.102.4
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Kubernetes (Docker)
  • Operating system: Linux

Hi again @FZ1991
I’m just wanna know, why you don’t use the Telegram Trigger directly? It has more feature there.

Hi @cutecatcode, I hadn’t even thought about that yet. I now exchanged the webhooks with the Telegram nodes but it doesn’t solve the problems I got.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.