Webhook outputs data, but not going into input expression of the next node (regardless test one does)

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.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

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.