output: object
predictions: array[1]
0: object
fields: array[1]
0: "prediction"
values: array[1]
0: array[1]
0: 67
error: :"TypeError: Cannot read property '0' of undefined"
code in function:msg.payload=msg.payload.predictions[0].values[0][0];
return msg;
where it went wrong?