I have a text column called Project in a SharePoint custom which should get a value from Project Master list. I have a customized form in Power Apps where the Items property is set to Sort(Distinct('Project Master',Title),Result) IIn the Form Properties -> Edit Fields -> I set the field control property to dropdown. I could not find Combo Box option. This is working.
The problem is that when projects increase in numbers, dorpdown will be difficult to use. I need a searchable Combo Box control.
The reason I am not using SharePoint standard lookup column is because I have next drop down which has a cascading value filter based on the above field. Location based on project selected.
Thanks in advance for any help.