In my msg object, I have a payload and another key named globalsource. I want to take the payload and put it into a global variable named global.(contents of msg.globalsource).
This is simple enough in a function node:
I am just wondering is there a method that I am overlooking to do this using a change node?