From c1b62d19b46b36822e404b3fad2dffaf73210cc1 Mon Sep 17 00:00:00 2001 From: Kenichiro NOGI Date: Sat, 5 Sep 2026 18:40:59 +0900 Subject: [PATCH] =?UTF-8?q?fix(hc-wa-lineworks-response):=20alwaysOutputDa?= =?UTF-8?q?ta=E3=82=92=E3=83=8E=E3=83=BC=E3=83=89=E3=83=88=E3=83=83?= =?UTF-8?q?=E3=83=97=E3=83=AC=E3=83=99=E3=83=AB=E3=81=B8=E7=A7=BB=E5=8B=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit n8nのINode仕様ではalwaysOutputDataはparameters内でなくノード オブジェクト直下のプロパティ。前回の修正でparameters内に置いて しまい効果が無かった(0件マッチ時に後続Codeノードが実行されない 問題が未解決のままだった)ため、正しい位置へ移動。 Co-Authored-By: Claude Sonnet 5 --- .../workflows/hc-wa-lineworks-response.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NodeSrv/apps/healthcheck-survey-bot/workflows/hc-wa-lineworks-response.json b/NodeSrv/apps/healthcheck-survey-bot/workflows/hc-wa-lineworks-response.json index 924150f5..6ee2ac06 100644 --- a/NodeSrv/apps/healthcheck-survey-bot/workflows/hc-wa-lineworks-response.json +++ b/NodeSrv/apps/healthcheck-survey-bot/workflows/hc-wa-lineworks-response.json @@ -61,6 +61,7 @@ 860, 400 ], + "alwaysOutputData": true, "parameters": { "operation": "get", "dataTableId": { @@ -76,8 +77,7 @@ } ] }, - "returnAll": true, - "alwaysOutputData": true + "returnAll": true } }, {