ok here's my flow.
[{"id":"8af863ac.375e9","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"8f97d59b.52b0e8","type":"inject","z":"8af863ac.375e9","name":"Hide","topic":"","payload":"{"group":{"hide":["Tab_Group_2"]}}","payloadType":"json","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":210,"y":140,"wires":[["d4dc60f5.dab7f"]]},{"id":"219c284a.c59da8","type":"inject","z":"8af863ac.375e9","name":"Show","topic":"","payload":"{"group":{"show":["Tab_Group_1"]}}","payloadType":"json","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":230,"y":180,"wires":[["d4dc60f5.dab7f"]]},{"id":"d4dc60f5.dab7f","type":"ui_ui_control","z":"8af863ac.375e9","name":"","x":640,"y":140,"wires":[]},{"id":"a4cbb566.7a5368","type":"ui_button","z":"8af863ac.375e9","name":"","group":"12dc0ae.c8b92f5","order":0,"width":0,"height":0,"passthru":false,"label":"button grp1111","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":670,"y":240,"wires":[]},{"id":"30414b3b.c5b034","type":"ui_button","z":"8af863ac.375e9","name":"","group":"1e346139.add98f","order":0,"width":0,"height":0,"passthru":false,"label":"button grp222","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":650,"y":320,"wires":[]},{"id":"12dc0ae.c8b92f5","type":"ui_group","name":"Group 1","tab":"a18da2a9.f9936","order":1,"disp":true,"width":6},{"id":"1e346139.add98f","type":"ui_group","name":"Group 2","tab":"a18da2a9.f9936","order":2,"disp":true,"width":6},{"id":"a18da2a9.f9936","type":"ui_tab","z":"","name":"Tab","icon":"dashboard","order":2,"disabled":false,"hidden":false}]
i have two groups in the same tab. one will be hidding and the other will be showing.
But when i load the flow on the first time, two groups are showing. on the second load, every thing work great.
i don't know why this happen! and how to fix it ? !
i need this bug to be fixed as soon as possible. because my flow will be executed when node-red starts.