I’m having issues importing (or pasting) a node inside n8n workflow. the code keeps changing. I’m editing externally and when I past it in, the code gets modified by n8n.
I’m learning it so I need help figuring out this so I can continue with my small silly project. Thanks in advance
Make sure your code is properly formatted javascript or python. You can also try pasting in sections, saving after each paste. How exactly is the code being changed?
I usually edit bigger pieces of code in an external IDE and then paste the code only into the code node via the n8n ide instead of the entire node itself.
What specifically is your use case for editing the node itself?