I started working with n8n recently. I have a career as a software developer, but I’m really frustrated with my performance.
I’ve been trying for five hours to understand why the following happens in my flow:
Up until the Switch node, the FORMAT context is available, but after it goes through one of the conditions, it no longer exists in the Evolution API node. This causes issues for me at the end of the flow (which I haven’t included here).
Can anyone point out what I’m doing wrong? I’m following a YouTube video, and everything works fine for the person in the video. But when I downloaded the template he shared, the same issue happens.
I tried copy pasting this to create a n8n workflow but nothing happens. can you upload your workflow json to a drive and share so that I can take a look
I ended up reversing the logic to use the true output of the if, but I’m still interested in understanding why, on the false output, it wouldn’t continue with the existing data.
Following up with photos to show the problem. Image one comes out of the true branch and image two comes out of the false branch - makes some workflows impossible unfortunately.
I am also having this issue, on workflows that used to work without issue. It seems that when I added a node it breaks. For example at the start of the workflow I am able to use {{ $(‘Webhook’).item.json.body.domain }} without issue and this was the case for the longest time. But now it seems that i have to use {{ $(‘Webhook’).first().json.body.domain }} in later nodes. Not sure why this is, but when using the item.json i get:
No fields - node executed, but no items were sent on this branch