User- entered information inside the bot is not being saved to google sheet

I have written a Telegram bot where the user first selects their request type using buttons. The bot then asks the user a series of questions, and the user must type in their answer at each stage. The response to each stage must be recorded in a Google Sheet. However, I don’t know how to write this code so that the user’s response is recorded in the Google Sheet. Could you please guide me on this?

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Version 1.38.2

@goligolshan could you please provide your n8n workflow in a codeblock like so:
```
json here
```

So others can easily visualize your specific design. All pinned data, private data, keys etc gets auto-removed (unless hard coded ie you intentionally send a Bearer token without the keystore).

Example:

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