My mistake .
Then use the spllt flow example i provided or use a change node and set mag.payload to msg.payload.CV01_Rate, prior to the gauge. You will also need to round the value prior to sending to gauge
e.g.
[{"id":"0713967da54e4bd4","type":"inject","z":"e1ef5728e9206b4a","name":"if order can be different","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"CV01_Rate1\":15.12345678,\"CV01_Rate2\":16.12345678}","payloadType":"json","x":140,"y":600,"wires":[["bd97cabbea4f2f3c"]]},{"id":"bd97cabbea4f2f3c","type":"split","z":"e1ef5728e9206b4a","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","x":310,"y":600,"wires":[["a09b20f6bd11103c"]]},{"id":"a09b20f6bd11103c","type":"change","z":"e1ef5728e9206b4a","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$round($$.payload,1)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":120,"y":660,"wires":[["aacbcbe5483832d0"]]},{"id":"aacbcbe5483832d0","type":"switch","z":"e1ef5728e9206b4a","name":"route on parts.key","property":"parts.key","propertyType":"msg","rules":[{"t":"eq","v":"CV01_Rate1","vt":"str"},{"t":"eq","v":"CV01_Rate2","vt":"str"}],"checkall":"false","repair":false,"outputs":2,"x":310,"y":660,"wires":[["32dbde3b7f509a6e"],["3da1c9db86ff4fcb"]]},{"id":"3da1c9db86ff4fcb","type":"debug","z":"e1ef5728e9206b4a","name":"msg.payload.val","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"error_count","statusType":"auto","x":580,"y":660,"wires":[]},{"id":"32dbde3b7f509a6e","type":"debug","z":"e1ef5728e9206b4a","name":"msg.payload.val","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":580,"y":600,"wires":[]}]
I will edit the category to dashboard D2 also.