Dear nodered users,
I am actually creating a program where the users will create a text file based code of any javascript code, and this file will be loaded on our nodered.
Is there anyway to run that pre-created javascript code into a function node? I tried the EVAL function, but this code is not efficient and slow.
I hope there are some ways where I can dynamically create a function in nodered in a more efficient way ( what do I mean by efficient is, it is running like it was created in a function node )
Hopefully you can help me.
Thanks nodered commununity!
Cheers!