Just want to ask if it’s just on my account’s end because I’m still using free trial or is there some issues with the pin feature on N8N? Currently running version [email protected]
I keep pinning content but it keeps going back to the initial step. I am using loops so are there issues with pinned content and loops?
I have the same issue, I used loops to avoid open ai rate limiting, and the operation takes some time / tokens to finish, so I want to pin the results.
However, you can only pin the steps in the loop branch, not the loop node itself. So if you pin the steps, and rerun, the entire done branch will only have that ONE PINNED OUTPUT!
This makes it quite annoying to build and test any workflows with loops and expensive operations. The pinning should work on the done branch, and persist the output list.
A workaround would be to deactivate the loop node, and pin the downstream of the done branch. Very non beginner friendly
Actually, I just realized that this isn’t only happening within the loop nodes but after as well. When I try to test out the nodes after the loop. For example, I have another LLM node 3 steps after the loop and I just want to test the next steps. When I test this node it tends to go back to the entire loop cycle even if I pinned the previous node which is really weird.