Hey there!
I'm having a huge issue on making this:
Example- I have a combobox at property "items":
And default item should be dynamic and bring more than one result, like: "option2","option3"
2 problems trying to make this, first one is: i can't set defaultselecteditems to any of this, it seems like the field don't bring my 3 options and only what you insert into "defaultselecteditems"
and the other, if i have something by default, typing a code like "combobox.selected.result" it brings me null string every time, any guess of what's wrong at this?
hi @Merida
Please try the following:
having a table as listed will have a Value column
Have its default set to a table variable you wish to be defaulted items
When setting defautselecteditems it must be a table [a,b,c,...]
e.g. Set(_default,["Option1", "Option3"])
Set the DefaultSelecedItems to this variable (the variable must have value sin the Value column)
add a label and the code Text = yourCombobox.Selected.Value this will return the selected last item
Hope it helps,
r
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2