It is a very common need to provide a listbox in the UI forms where a user can select single or multiple values from the pre-defined list. The list can be stored separately in the SharePoint list or SQL table. Admin team should easily be able to manage that list without impacting the front end UI forms.
 
In SharePoint online list, you might have columns where you want to show dropdown, where data is fetched from some other data source. In this video, we will see how we can achieve this requirement.
 

Replace Textbox With Dropdown Or Combo Box In SharePoint Forms Using PowerApps
Sep 04 2019

Sarvesh Shinde

In this video, we will see how to replace textbox with a drop-down list or Combobox control in SharePoint list forms using PowerApps. We will see how to fetch data from other list and bind it to dropdown control.