Hi, Im spending lots of hours without success nor understanding why it happens.
I have a global variable (an array) stored in filesystem. In a function node I put a local variable equal to the global one. Then, working on the local variable I push the incoming message, but at each deployng the the global variable is updated. I don't put global.set(...) and I don't want to change the global variable. How can I solve it? Thanks a lot
This are the function node and the global variables before deploying