Hello, I want to perform an addition operation, I have several inputs, they are DINT type numbers, but I want to group them in an array to add them, but it does not allow me, I get an error. How can I print an array?
Also, you always need to return a message from a function node. So, apart from the issue identified by Steve, if you want to return an array then you must put it in the message, probably in msg.payload. So you want something like msg.payload = [e1,e2] return msg