I need help to execute the work follow

Hi n8n community,

I’m facing an issue with the If node in my workflow.

  • When the condition is false, the data is passed correctly to the false branch.

  • But when the condition should be true, no data is passed to the true branch (the execution log shows “no items were sent on this branch”).

I have already:

  • Selected the correct data type (String) for the field.

  • Confirmed that the value I’m checking should match the incoming data.

  • Tested the workflow, and I can see the field/value in the input JSON before the If node.

Still, the true branch never executes.

Could someone explain why this happens, or if I’m missing something in how the If node handles field paths, string vs number checks, or nested JSON values?

Text Classifier

No fields - node executed, but no items were sent on this branch showing this erorr

Thanks in advance!

Hey, could you post your workflow here so I can take a look? use the </> button to paste the JSON in a code box :slight_smile: (you can pin data from the preceding 1-2 nodes, then select them + a few more and hit Ctrl/Cmd+C, then paste in the code box)

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