I am developing power app in Teams.
I have collection which i have put on screen visible.
Total records of that collection is 5508 at current, which will growing an average to 15 records per day.
I have combo box whose item property is as below
Distinct(colAllList, Serial).Value
the drop down of the combo box works, it shows the record from the first till a certain limit, it does not show all the 5508 records, (as the allow searching is on) even if I type any text to search from that collection, also it does not show.
Dont understand, why like this, if my collection is of 5508, then why not all records showing in the drop down of the combo box and even in the search of the combo box.
Note : Collection has no issue, as a gallery is based on the same collection and its shows 5508 records properly.
Please guide how to to solve this.
Below is the property of combo box and my app setting