Given an object input, when this node is executed it will transform its properties to an array of objects with specified key/value properties to the succeeding connected node(s).
cd ~/.node-red
npm install --save node-red-contrib-object-to-array
Drag and Drop the "Object to Array" onto the canvas. Set the Input
value to the source object and the output
value to the destination property. Optionally, you can change the key and value labels to override the defaults.
The example transforms an example object into an array then stops. To see it in action, import it into your Node-RED project.