Hi, I have an issues with modern controls form and Combobox:
I use a sharepoint list as my datasource named "Register".
There is a column named "Responsible". This is a 'person' choice column, single select. So I can select any user within our organisation.
In my PowerApp I made a (Modern Control) form with the "Responsible" column as one field to fill in.
The Modern Control Form adds a dropdown-field (not a combobox). The results I get are very limited.
So I add in a Modern Control combobox and give it the exact same formulas:
Item = Choices([@Register].Responsible)
DefaultSelectedItems = Parent.Default
Fields = DisplayName
IsSearchable = true
I can now search, but the searchable values are still limited to the same few.
So I add in a (classic? Not the modern one) combobox. Add the same formulas:
DefaultSelectedItems = Parent.Default
Fields = DisplayName
IsSearchable = true
No I can search people from the entire organisation. When I save the form and reopen the item, it'll pop up on both comboboxes and the dropdown. The search cabilities on the modern control is still limited.
Is this a bug? Or am I doing something wrong?
Looking forward to get some responses. Thanks in advance!
(Not posting images due to privacy)