I have a PowerApp based on a SharePoint list. One of the columns in the SharePoint list is a based on a company managed metadata list. The metadata list has about 70 items.
The PowerApp is a simple app with a gallery and an edit form. In the edit form, the said metadata column is bound to a Combo Box. However, when I pull down the combo box, it only shows the top 20 (alphabetical, ascending) items in the list. It does let me search for and find the other items, it just doesn't show them all by default.
What's the reason for this and how do I fix it? Most online questions similar to this has the responses saying increase the data row limit from 500 to 2000 (which I did) but I can't imagine how it would help in this situation.