If I use a query to set value of a listbox, the items are not selected, even though the value is updated. How to make them selected?
I believe what happening is, the values for the multiselectListbox were not properly set.
I set the value for multiselectListbox as [12345], and nothing is selected.
Updating Option 1's value to 12345 would select that item.
1 Like
Thanks Lenti. I will double-check this. Perhaps they were stored as strings.