Hi! I’ve tested webhook and it works with test parameters, but not with the real data (regardless it’s seen in the input of the next node):
Here is the test execution:
And here I get live execution error:
Hi! I’ve tested webhook and it works with test parameters, but not with the real data (regardless it’s seen in the input of the next node):
Here is the test execution:
And here I get live execution error:
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hey @Dan_Burykin , I suspect your If node fails to trace back to the webhook item as you are using an automated detection of the item by utilizing .item.
reference. Try replacing it with .first().
asuming the webhook output ever contains only one item.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.