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:
parent
3c8b98e48a
commit
c1b62d19b4
@ -61,6 +61,7 @@
|
|||||||
860,
|
860,
|
||||||
400
|
400
|
||||||
],
|
],
|
||||||
|
"alwaysOutputData": true,
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"operation": "get",
|
"operation": "get",
|
||||||
"dataTableId": {
|
"dataTableId": {
|
||||||
@ -76,8 +77,7 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"returnAll": true,
|
"returnAll": true
|
||||||
"alwaysOutputData": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user