default value combo box

0
I'm trying to select a default value for a 'Combo box' widget, I load the values directly from the same widget pointing to an entity. I can't switch controls, and I can't use enums. How can I ensure that this control has a predetermined selected value when my page loads?
asked
1 answers
1

With the combo box, if you're using it to set an association, all you need to do is pre-set the association to your required default value(s)- (e.g. in a microflow or nanoflow before opening the page). That should pre-fill the value for you.

answered