Dynamically assign UI to a group/tab

Hello,

Is there a way to dynamically assign UI node to a group/tab?

I have a tab with lot of stuff in it. I want to create a new tab that is very similar, but I want to avoid to duplicate everything.

Thanks

I had a similar issue a while ago. I decided to put all values to be shown in ui into global variables and then use a simple Read global variable and link it to the ui... In this way I was able to sort all math/logic into one single flow and all ui specific into another flow.

Maybe this whould solve your problem?

But you still need to duplicate your UI if you want 2 similar UI with very similar logic?

Yes - there is a 1:1 between widgets on desktop and in the UI - so if you need two tabs/pages you need to duplicate the nodes and allocate them to the appropriate tab/page