I'm hitting a bit of a snag while working with n8n

I’m trying to use execute node feature to test a single node like a code node after after I have already run my workflow from start I was expecting it to just run that one node using the data that’s already there from the previous run. But instead it’s seems to kick off the entire workflow from the manual trigger every single time , I can see the data from the earlier run in a cached and available, and I haven’t changed anything in the nodes before it . It just feels a bit inefficient when I’m trying to tweak and test one specific part .

Is this just how it’s suppose to work ?. Or am I maybe missing a setting somewhere ?.. if it’s a known thing does anyone have a good trick for a single node without having to run through everything each time ?

1 Like

Hello there that’s a common point of confusion.

1 Like

The behavior you are seeing is because “exucute node “ is still checking the chain and to isolate the a single node you need to, to pin the output node that feeds into it this would lock that data in the place then allowing you to execute just one node you are working on.

2 Likes

You can also check the link to n8n docs

1 Like

Oh ok thank you sir

Please also remember to hit the solution button if I helped you thanks

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