[after if node] No fields - node executed, but no items were sent on this branch

I’m not exactly a newbie, but I’m specifically stuck in my Workflow. Please help me understand how to pass data from the “telegram node” further after the “if-node”.

Why after “upstart user” I can refer to ‘update’ in the “set none state” node, but can’t do it in the “check state” node? I can even do it in the “create?” node, but not in the “check state” → “document?” branch → etc

I need to get data about uploaded files in telegram chat, but all I see is “No fields - node executed, but no items were sent on this branch”

Information on n8n setup

  • n8n version: 1.99.1
  • Database: Postgres
  • Running n8n via Docker

could you share the workflow with some pinned message?

If you have two data (one that pass the if node and the other that fails) you can follow step by step the workflow to see which nodes are passing the data. From your description I understand that at one node the data is stuck and it’s not hitting the end node.