Hi,
I am reaching out since the modern combobox seems to behaves strangely
I have a form connected to a sharepoint list. One of the field is "Project Owner" basically it is a simple text field and I want to have a combobox in which user can search a user in the office365 database
So I am using the following formula : Filter('Office365Users'.SearchUserV2({searchTerm:ComboBox1.SearchText;isSearchTermRequired:false}).value;EndsWith(Mail;"@xxxxxx.com"))
Everything works fine, I have a list of users but when I select a value it does not had it to the combobox - what do you think is wrong ?
Thank you for your help !