I have this function node: [{"id":"3d87b88c4f3623f6","type":"function","z":"1a975b2abb684217","name":"Calc spotprice","func":"var average = global.get('daily_spotprice_avg')\nvar spot = global.get('hourly_spotprice')\n\nmsg.payload = (spot-(average*2))\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":,"x":980,"y":1660,"wires":[["0dc235179a05b087"]]}]
Witch are working like it should.
Is it possible to add more than one calculation that goes to more than one output?
Lets say, I want to have 4 calculations that goes to 4 outputs?