ive tried watching multiple tutorials but im stuck at setting the parameters right. does anyone have a readily made template with the parameters set for reference? would really appreciate it.
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:
currently running on desktop app
Hey @rebbitkar,
Welcome to the community
Can you share what you have so far? If you are using the Desktop app I would also recommend updating as that has not been updated or supported for around a year now.
Hey @rebbitkar,
To update you would need to run n8n from docker locally and for the storage volume make sure you use ~/.n8n
for the data path.
Looking at the error message the issue is in the last Telegram node and it is likely in the red expression, Before .json
can you change it to .frst()
so you have something like $('Telegram Trigger').first().json.message.chat.id
and see if that works.
Hello! Thanks for the feedback!
i’m trying to figure out how to navigate between this 2 nodes unfortunately still stuck
Hey @rebbitkar,
For the Chat ID as it is an expression don’t forget to use {{ }}
around it. The AI agent also expects an input of chatInput
so you may need to use an Edit Fields node to create this.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.