Describe the problem/error/question
I creaetd some utility function, and want to use it in different code node.
How to import the function and use it?
I don’t see any method to use it.
Thanks!
I creaetd some utility function, and want to use it in different code node.
How to import the function and use it?
I don’t see any method to use it.
Thanks!
Hello @tauist
AFAIK, this is not possible since each Code node runs in isolation,
Unless it’s an external library that you can import and reuse, the simplest approach is to copy and paste the same code into another code node..
I see. That’s not convenient. Maybe they should develop some sort of function node so it can be reused.
Thanks for the reply.