But it seems to work
[{"id":"8da0329b.cc34f","type":"subflow","name":"switch sub topic","info":"","category":"","in":[{"x":120,"y":60,"wires":[{"id":"513a5204.1a1154"},{"id":"633642e4.a81e64"}]}],"out":[{"x":620,"y":200,"wires":[{"id":"adab6c12.45acd8","port":0}]}],"env":[],"color":"#DDAA99","status":{"x":480,"y":60,"wires":[{"id":"513a5204.1a1154","port":0}]}},{"id":"7f335fe0.7fd38","type":"join","z":"8da0329b.cc34f","name":"","mode":"custom","build":"merged","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":true,"timeout":"","count":"1","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":150,"y":200,"wires":[["ac87d4f.44a7d28"]]},{"id":"adab6c12.45acd8","type":"change","z":"8da0329b.cc34f","name":"","rules":[{"t":"move","p":"payload.value","pt":"msg","to":"payload","tot":"msg"},{"t":"delete","p":"passthrough","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":200,"wires":[[]]},{"id":"513a5204.1a1154","type":"ui_switch","z":"8da0329b.cc34f","name":"","label":"{{msg.label}}","tooltip":"","group":"8b5cde76.edd58","order":3,"width":0,"height":0,"passthru":true,"decouple":"false","topic":"","style":"","onvalue":"true","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"false","offvalueType":"bool","officon":"","offcolor":"","x":340,"y":80,"wires":[["8d2bd323.bb87b8"]]},{"id":"142176af.5ef709","type":"change","z":"8da0329b.cc34f","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"payload.value","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":190,"y":140,"wires":[["7f335fe0.7fd38"]]},{"id":"ac87d4f.44a7d28","type":"switch","z":"8da0329b.cc34f","name":"","property":"passthrough","propertyType":"msg","rules":[{"t":"true"}],"checkall":"true","repair":false,"outputs":1,"x":300,"y":200,"wires":[["adab6c12.45acd8"]]},{"id":"8d2bd323.bb87b8","type":"change","z":"8da0329b.cc34f","name":"","rules":[{"t":"set","p":"passthrough","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":560,"y":140,"wires":[["142176af.5ef709"]]},{"id":"633642e4.a81e64","type":"change","z":"8da0329b.cc34f","name":"","rules":[{"t":"set","p":"passthrough","pt":"msg","to":"false","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":140,"y":100,"wires":[["142176af.5ef709"]]},{"id":"8b5cde76.edd58","type":"ui_group","name":"","tab":"8f03e639.85956","order":1,"disp":true,"width":"6","collapse":false},{"id":"8f03e639.85956","type":"ui_tab","name":"Home","icon":"dashboard","disabled":false,"hidden":false},{"id":"50b791ed.901808","type":"inject","z":"e4f02345.29fe9","name":"","props":[{"p":"label","v":"wwwq","vt":"str"},{"p":"topic","vt":"str"},{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"q","payload":"false","payloadType":"bool","x":146.3333282470703,"y":499.3333435058594,"wires":[["27b86af6.c19f76"]]},{"id":"27b86af6.c19f76","type":"subflow:8da0329b.cc34f","z":"e4f02345.29fe9","name":"","env":[],"x":350,"y":540,"wires":[["72ac1be2.3cd63c"]]},{"id":"72ac1be2.3cd63c","type":"debug","z":"e4f02345.29fe9","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":620,"y":560,"wires":[]},{"id":"827f4295.22ba48","type":"inject","z":"e4f02345.29fe9","name":"","props":[{"p":"label","v":"wwwq","vt":"str"},{"p":"topic","vt":"str"},{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"q","payload":"true","payloadType":"bool","x":140,"y":560,"wires":[["27b86af6.c19f76"]]},{"id":"1493cdf0.e5785a","type":"subflow:8da0329b.cc34f","z":"e4f02345.29fe9","name":"","x":370,"y":600,"wires":[["72ac1be2.3cd63c"]]},{"id":"1c8fefce.e3fee","type":"inject","z":"e4f02345.29fe9","name":"","props":[{"p":"label","v":"rrrrrt","vt":"str"},{"p":"topic","vt":"str"},{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"t","payload":"false","payloadType":"bool","x":160,"y":620,"wires":[["1493cdf0.e5785a"]]},{"id":"326b66b.d1ca59a","type":"inject","z":"e4f02345.29fe9","name":"","props":[{"p":"label","v":"rrrrrt","vt":"str"},{"p":"topic","vt":"str"},{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"t","payload":"true","payloadType":"bool","x":150,"y":660,"wires":[["1493cdf0.e5785a"]]}]
As you can see from image there are two switchs and both work independantly and have different labels and topics, with no issues.