From 9d38bf9f51064fdc3d216cb290e09fdcec952807 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 4 Feb 2026 15:58:47 -0500 Subject: [PATCH] fix(10-07): remove text update race condition - Remove parallel Send Text Update Started connection - Text updates now only send result via sub-workflow - Fixes duplicate message issue (Updating... + already up to date) --- n8n-workflow.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/n8n-workflow.json b/n8n-workflow.json index 436e51b..f1a71ed 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -6616,11 +6616,6 @@ "Prepare Text Update Input": { "main": [ [ - { - "node": "Send Text Update Started", - "type": "main", - "index": 0 - }, { "node": "Execute Text Update", "type": "main",