That is strange, works just fine.
Try this flow, instead of 10 function nodes, it can be done with 1 - and converting to json is not required (unless your input data is not json)
[{"id":"b6861925.713f38","type":"function","z":"5411318a.314a48","name":"","func":"m = msg.payload //<-array input\nout = [];\n\nm.forEach(function (i) {\n if(i.hasOwnProperty(\"value\")){\n out.push([{\"payload\":{\"id\":i.id,\"value\":i.value}}])\n }\n});\n\nreturn out;\n\n\n","outputs":9,"noerr":0,"x":510,"y":460,"wires":[["a7f75738.62a5f8"],["34c1f61b.ef6c0a"],["2fa0c42d.093a0c"],["29fe2863.c872b"],["7adf5a19.5612e4"],["c2dbb34.7b1125"],["53271747.dff598"],["e9f39150.59437"],["1f9a09cf.91c376"]]},{"id":"f7364f32.aa6108","type":"inject","z":"5411318a.314a48","name":"","topic":"","payload":"[{\"errorCode\":\"1001\",\"id\":\"103052.0.184679\"},{\"id\":\"103052.0.184677\",\"value\":\"50.0\"},{\"id\":\"103052.0.184678\",\"value\":\"1\"},{\"errorCode\":\"1003\",\"id\":\"103053.0.184674\"},{\"errorCode\":\"1003\",\"id\":\"103053.0.184675\"},{\"id\":\"103052.0.184676\",\"value\":\"23.1\"},{\"id\":\"103052.0.184683\",\"value\":\"1079\"},{\"id\":\"103052.0.184682\",\"value\":\"924.5\"},{\"id\":\"103052.0.184681\",\"value\":\"365.4\"},{\"id\":\"103052.0.184680\",\"value\":\"67\"},{\"id\":\"103050.0.184686\",\"value\":\"0\"},{\"errorCode\":\"1001\",\"id\":\"103052.0.184685\"},{\"id\":\"103052.0.184684\",\"value\":\"50.0\"}]","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":310,"y":460,"wires":[["b6861925.713f38"]]},{"id":"a7f75738.62a5f8","type":"debug","z":"5411318a.314a48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":300,"wires":[]},{"id":"34c1f61b.ef6c0a","type":"debug","z":"5411318a.314a48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":340,"wires":[]},{"id":"2fa0c42d.093a0c","type":"debug","z":"5411318a.314a48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":380,"wires":[]},{"id":"29fe2863.c872b","type":"debug","z":"5411318a.314a48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":420,"wires":[]},{"id":"1f9a09cf.91c376","type":"debug","z":"5411318a.314a48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":620,"wires":[]},{"id":"e9f39150.59437","type":"debug","z":"5411318a.314a48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":580,"wires":[]},{"id":"53271747.dff598","type":"debug","z":"5411318a.314a48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":540,"wires":[]},{"id":"7adf5a19.5612e4","type":"debug","z":"5411318a.314a48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":460,"wires":[]},{"id":"c2dbb34.7b1125","type":"debug","z":"5411318a.314a48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":770,"y":500,"wires":[]}]