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",