If node does pass data to next node

I have a simple flow where I am getting getting customer and sales data from a CRM system.

Depending on whether this is the first purchase from this customer or not (comparing the date of the purchase and the date the customer was created), I want to send the customer data to one webhook or another.

I tested the workflow and it works fine for a new customer. However, for an existing customer that made a new purchase, the If node is not passing the data to the following HTTPS node.

Share the output returned by the last node

I get “no input” even though this is the false branch in the If node:

As a result, the https node for existing customer sends no data to the webhook.

Any idea of what I am doing wrong? I actually copied this workflow from another that works fine.

Information on your n8n setup

  • n8n version: 1.49.0
  • Database (default: SQLite): sqlite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: ubuntu

hello @fxholl

Seems like an UI bug, as it actually sends the proper body

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.