Hey,
I get the error: [ERROR: Can’t determine which item to use]
Everything in the workflow seems alright but the last step gets and error:
Here is the workflows:
Its unusial because I have done it before many times and this is the first time i get this error…
it seems that the data is not accessible after the AI Agent node
n8n
January 14, 2025, 6:28pm
2
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:
Ingo
January 14, 2025, 7:18pm
3
Hi @Vasislav ,
you are referencing the Telegram Trigger, which is two nodes back. Try this instead as an expression for the Chat ID field (which shows an error in your screenshot):
{{ $('Telegram Trigger').item.json.message.chat.id }}
Greets, Ingo
system
Closed
April 14, 2025, 7:18pm
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.