Hello !
I work on an application linked with a SharePoint list.
I have a Label, which is pre-filled by an ID I send from another screen:
LookUp('Maintenance DI',ID_Demande = lblIdDemandePass.Text, ID_Demande)
This return the value of ID_Demande corresponding to lblIdDemandePass.
My problem is that I want to do the same in a comboBox, but it doesn't work:

I want to do this in a comboBox because the user can choose between some choices.
But I also need to pre-fill the field if there is already a value corresponding to my ID_Demande.
How can I do to put value by default according to an ID in a comboBox?
Thanks in advance 🙂