Hi Folks,
I'm trying to configure a combobox. The user should have two options:
- either to select a value from the dropdown (items come from a connected Excel table), however if
- the user has a barcode, the value is stored in a variable. I then set the combobox default value to that variable value. But the problem is that nothing happens, except that now the dropdown contains only 1 selectable value (the first one from the connected table)
Any ideas what I'm missing here?