The rbe would also need a topic, as the messages without a topic are counted as one topic, so all different payloads would pass. I added a time out for the join.
heres an example
[{"id":"33e2b927.286dce","type":"inject","z":"1fc07194.1c283e","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"a\":1,\"b\":2,\"C\":432,\"D\":2,\"E\":56,\"FR\":2}","payloadType":"json","x":390,"y":540,"wires":[["dad804ad.187958"]]},{"id":"dad804ad.187958","type":"split","z":"1fc07194.1c283e","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","x":550,"y":540,"wires":[["d7fb3d8b.bc89b8"]]},{"id":"d7fb3d8b.bc89b8","type":"function","z":"1fc07194.1c283e","name":"","func":"var ID = msg.parts.key\nvar value = msg.payload\nmsg.payload = { [ID] : value }\nmsg.topic= ID;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":700,"y":540,"wires":[["aad556df.3dcd4"]]},{"id":"580fa230.24a8d4","type":"inject","z":"1fc07194.1c283e","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"a\":2,\"b\":3,\"C\":432,\"D\":2,\"E\":56,\"FR\":2}","payloadType":"json","x":390,"y":620,"wires":[["dad804ad.187958"]]},{"id":"aad556df.3dcd4","type":"rbe","z":"1fc07194.1c283e","name":"","func":"rbe","gap":"","start":"","inout":"out","property":"payload","x":870,"y":540,"wires":[["2d22108f.f54b98"]]},{"id":"2d22108f.f54b98","type":"join","z":"1fc07194.1c283e","name":"","mode":"custom","build":"merged","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":false,"timeout":"1","count":"","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"num","reduceFixup":"","x":810,"y":620,"wires":[["7e3e3d3c.d73e1c"]]},{"id":"c9e876fc.05279","type":"inject","z":"1fc07194.1c283e","name":"reset","props":[{"p":"reset","v":"true","vt":"bool"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":750,"y":480,"wires":[["aad556df.3dcd4"]]},{"id":"7e3e3d3c.d73e1c","type":"debug","z":"1fc07194.1c283e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":990,"y":620,"wires":[]},{"id":"65f00ceb.9555b4","type":"inject","z":"1fc07194.1c283e","name":"complete","props":[{"p":"complete","v":"true","vt":"bool"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":670,"y":680,"wires":[["2d22108f.f54b98"]]}]
[edit] or you could add a trigger node to time out quicker.
[{"id":"33e2b927.286dce","type":"inject","z":"1fc07194.1c283e","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"a\":1,\"b\":2,\"C\":432,\"D\":2,\"E\":56,\"FR\":2}","payloadType":"json","x":290,"y":540,"wires":[["697432dd.ae5ba4"]]},{"id":"697432dd.ae5ba4","type":"split","z":"1fc07194.1c283e","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","x":430,"y":540,"wires":[["436c0986.6891a"]]},{"id":"436c0986.6891a","type":"function","z":"1fc07194.1c283e","name":"format payload","func":"let ID = msg.parts.key;\nlet value = msg.payload;\nmsg.payload = { [ID] : value };\nmsg.topic = ID;\ndelete msg.parts;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":610,"y":540,"wires":[["aad556df.3dcd4"]]},{"id":"580fa230.24a8d4","type":"inject","z":"1fc07194.1c283e","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"a\":2,\"b\":3,\"C\":432,\"D\":2,\"E\":56,\"FR\":2}","payloadType":"json","x":290,"y":580,"wires":[["697432dd.ae5ba4"]]},{"id":"aad556df.3dcd4","type":"rbe","z":"1fc07194.1c283e","name":"","func":"rbe","gap":"","start":"","inout":"out","property":"payload","x":790,"y":540,"wires":[["2f2053cc.0b8174","2d22108f.f54b98"]]},{"id":"c9e876fc.05279","type":"inject","z":"1fc07194.1c283e","name":"reset","props":[{"p":"reset","v":"true","vt":"bool"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":750,"y":480,"wires":[["aad556df.3dcd4"]]},{"id":"2f2053cc.0b8174","type":"trigger","z":"1fc07194.1c283e","name":"","op1":"","op2":"0","op1type":"nul","op2type":"str","duration":"250","extend":false,"overrideDelay":false,"units":"ms","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":970,"y":540,"wires":[["4781d0d1.0693e"]]},{"id":"2d22108f.f54b98","type":"join","z":"1fc07194.1c283e","name":"","mode":"custom","build":"merged","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":false,"timeout":"","count":"","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"num","reduceFixup":"","x":790,"y":600,"wires":[["7e3e3d3c.d73e1c"]]},{"id":"4781d0d1.0693e","type":"change","z":"1fc07194.1c283e","name":"","rules":[{"t":"set","p":"complete","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":1210,"y":540,"wires":[["2d22108f.f54b98"]]},{"id":"7e3e3d3c.d73e1c","type":"debug","z":"1fc07194.1c283e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":970,"y":600,"wires":[]}]