Hi,
I'm trying to build a "ui component" with subflow. So I can set the label und values dynamically based on the payload, but cannot set the tabs/group properties.
Is this right or does somebody know how to solve that?
I would be happy to set these (and other) values by a configuration of the subflow (somehow)
Thx
the ui components do not work well with subflows - for exactly the reason you mention.
If you just need to set the labels the you can use {{ foo }} like syntax as per the info.
If you want a fully dynamic composition of ui then you may ned to look at something like the ui_builder project here you have total control over the framework and can build he widgets as you wish.