Telegram bot workflow runs but no reply. referenced node is unexecuted in edit fields

I have a telegram trigger -google sheets-http request -edit fields-send a text message. The workflow executes but telegram never replies. Edit fields shows referenced node is unexecuted .telegram trigger. I attached my workflow JSON

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last n{

“name”: “My workflow”,
“nodes”: [
{
“parameters”: {
“method”: “POST”,
“url”: “https://api.groq.com/openai/v1/chat/completions”,
“sendHeaders”: true,
“headerParameters”: {
“parameters”: [
{
“name”: “Authorization”,
“value”: “Bearer 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”
},
{
“name”: “Content-Type”,
“value”: “application/json”
}
]
},
“sendBody”: true,
“specifyBody”: “json”,
“jsonBody”: “={\n “model”: “llama-3.1-8b-instant”,\n “messages”: [\n {\n “role”: “system”,\n “content”: “You are Montaser AI Sales Bot. You sell the ‘Montaser Full AI Software Bundle’ with 12 AI automation apps for businesses and startups. Price is 2000 USD, fixed, no negotiation. One-time payment, immediate delivery, support and guarantee included. Be confident, professional and polite. Always recommend the full bundle and explain how the 12 tools work together. Always end with: ‘Would you like to proceed with payment now?’.”\n },\n {\n “role”: “user”,\n “content”: “={{ $(‘Telegram Trigger’).first().json.message.text }}”\n }\n ]\n}”,
“options”: {}
},
“type”: “n8n-nodes-base.httpRequest”,
“typeVersion”: 4.3,
“position”: [
1856,
736
],
“id”: “6003e255-5ce0-424c-a9f5-a2dc08bb00fd”,
“name”: “HTTP Request”,
“alwaysOutputData”: true,
“executeOnce”: true
},
{
“parameters”: {
“documentId”: {
“__rl”: true,
“value”: “https://docs.google.com/spreadsheets/d/1z0nFJsVljmTATN7itPqt_veTl1lYS7FlVMuqNBcJ80w/edit?usp=sharing”,
“mode”: “url”
},
“sheetName”: {
“__rl”: true,
“value”: 1136468600,
“mode”: “list”,
“cachedResultName”: “%d9%85%d8%b4%d8%a7%d8%b1%d9%83%d8%a9%20Montaser_AI_Sales_Config”,
“cachedResultUrl”: “https://docs.google.com/spreadsheets/d/1z0nFJsVljmTATN7itPqt_veTl1lYS7FlVMuqNBcJ80w/edit#gid=1136468600”
},
“options”: {}
},
“type”: “n8n-nodes-base.googleSheets”,
“typeVersion”: 4.7,
“position”: [
1408,
736
],
“id”: “9e7fe0ce-8865-4d70-bc25-6a4c26cbe6af”,
“name”: “Get row(s) in sheet”,
“executeOnce”: true,
“credentials”: {
“googleSheetsOAuth2Api”: {
“id”: “fkqzYOlmZQ0obrds”,
“name”: “Google Sheets account 3”
}
}
},
{
“parameters”: {
“documentId”: {
“__rl”: true,
“value”: “https://docs.google.com/spreadsheets/d/1qAYdLfbFfZVpIQTU05D3KsPmQXlVfPdri8lBqEOptT8/edit?usp=sharing”,
“mode”: “url”
},
“sheetName”: {
“__rl”: true,
“value”: “gid=0”,
“mode”: “list”,
“cachedResultName”: “الورقة1”,
“cachedResultUrl”: “https://docs.google.com/spreadsheets/d/1qAYdLfbFfZVpIQTU05D3KsPmQXlVfPdri8lBqEOptT8/edit#gid=0”
},
“options”: {}
},
“type”: “n8n-nodes-base.googleSheets”,
“typeVersion”: 4.7,
“position”: [
1632,
736
],
“id”: “69c10c41-d02b-4cd3-ba86-92bc2f04bca2”,
“name”: “Get row(s) in sheet1”,
“executeOnce”: true,
“credentials”: {
“googleSheetsOAuth2Api”: {
“id”: “fkqzYOlmZQ0obrds”,
“name”: “Google Sheets account 3”
}
}
},
{
“parameters”: {
“updates”: [
“message”
],
“additionalFields”: {}
},
“type”: “n8n-nodes-base.telegramTrigger”,
“typeVersion”: 1.2,
“position”: [
1184,
736
],
“id”: “400e0190-c60e-4390-951c-deb1f3b841cb”,
“name”: “Telegram Trigger”,
“webhookId”: “f70ceba1-f853-4f38-bb70-89ad0a9f1aea”,
“alwaysOutputData”: true,
“credentials”: {
“telegramApi”: {
“id”: “z7RU6CACmOXWCyLF”,
“name”: “Telegram account 3”
}
}
},
{
“parameters”: {
“chatId”: “={{$json.chat_id}}”,
“text”: “={{$json.text}}”,
“additionalFields”: {}
},
“type”: “n8n-nodes-base.telegram”,
“typeVersion”: 1.2,
“position”: [
2304,
736
],
“id”: “708128f6-3d4f-4e87-96b6-ca12463f3e3d”,
“name”: “Send a text message”,
“webhookId”: “4e6d1b47-823a-4df9-b52c-e6a9d2538d53”,
“executeOnce”: true,
“credentials”: {
“telegramApi”: {
“id”: “z7RU6CACmOXWCyLF”,
“name”: “Telegram account 3”
}
}
},
{
“parameters”: {
“assignments”: {
“assignments”: [
{
“id”: “0f55a653-84f7-4d75-af00-e48ba6f82048”,
“name”: “chat_id”,
“value”: “={{ $(‘Telegram Trigger’).first().json.message.chat.id }}”,
“type”: “string”
},
{
“id”: “268c14c7-b542-457c-8a35-3a0865f43685”,
“name”: “Text”,
“value”: “={{ $json.choices[0].message.content }}”,
“type”: “string”
}
]
},
“includeOtherFields”: true,
“options”: {}
},
“type”: “n8n-nodes-base.set”,
“typeVersion”: 3.4,
“position”: [
2080,
736
],
“id”: “780c54d4-1a07-4cb2-bc72-3b8005e63330”,
“name”: “Edit Fields”,
“alwaysOutputData”: true,
“executeOnce”: true
}
],
“pinData”: {},
“connections”: {
“Get row(s) in sheet1”: {
“main”: [
[
{
“node”: “HTTP Request”,
“type”: “main”,
“index”: 0
}
]
]
},
“Get row(s) in sheet”: {
“main”: [
[
{
“node”: “Get row(s) in sheet1”,
“type”: “main”,
“index”: 0
}
]
]
},
“Telegram Trigger”: {
“main”: [
[
{
“node”: “Get row(s) in sheet”,
“type”: “main”,
“index”: 0
}
]
]
},
“HTTP Request”: {
“main”: [
[
{
“node”: “Edit Fields”,
“type”: “main”,
“index”: 0
}
]
]
},
“Edit Fields”: {
“main”: [
[
{
“node”: “Send a text message”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“active”: false,
“settings”: {
“executionOrder”: “v1”
},
“versionId”: “d770b7d9-0656-4e9c-913c-39a64e48f91f”,
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “684e4cd3f6089b581810b9f946b40bdd5cc9480a16563041945738b10dfe2880”
},
“id”: “huvX17mBZ7YqpMdQ”,
“tags”:
}ode

Information on your n8n setup

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

Let connect I can help you with this

Hey @montaser_naser !

FIRST!

DELETE THE KEY BUT I WOULD ADVISE TO DISABLE IT !

Then can you please share an image with the node and thr error , since copy/paste json without sensitive informations is NOT recommended, and please use the switch Markdown button top -left , and paste the json with pinned data.

Cheers!