From 5a0d73cb98610d493ba591e6ab2b43e7f54a73c4 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 4 Feb 2026 10:18:55 -0500 Subject: [PATCH] fix(09-04): fix Delete Batch Select Message chatId reference Reference Prepare Immediate Batch Exec directly for chatId/messageId instead of $json which is the Telegram response from previous node. Co-Authored-By: Claude Opus 4.5 --- n8n-workflow.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/n8n-workflow.json b/n8n-workflow.json index e47a401..06b7749 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -5724,8 +5724,8 @@ "parameters": { "resource": "message", "operation": "deleteMessage", - "chatId": "={{ $json.chatId }}", - "messageId": "={{ $json.messageId }}" + "chatId": "={{ $(\"Prepare Immediate Batch Exec\").item.json.chatId }}", + "messageId": "={{ $(\"Prepare Immediate Batch Exec\").item.json.messageId }}" }, "id": "telegram-delete-batch-select-message", "name": "Delete Batch Select Message",