fix(hc-wa-lineworks-response): alwaysOutputDataをノードトップレベルへ移動

n8nのINode仕様ではalwaysOutputDataはparameters内でなくノード
オブジェクト直下のプロパティ。前回の修正でparameters内に置いて
しまい効果が無かった(0件マッチ時に後続Codeノードが実行されない
問題が未解決のままだった)ため、正しい位置へ移動。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Kenichiro NOGI 2026-09-05 18:40:59 +09:00
parent 3c8b98e48a
commit c1b62d19b4

View File

@ -61,6 +61,7 @@
860,
400
],
"alwaysOutputData": true,
"parameters": {
"operation": "get",
"dataTableId": {
@ -76,8 +77,7 @@
}
]
},
"returnAll": true,
"alwaysOutputData": true
"returnAll": true
}
},
{