I have a SharePoint list named 'Skillset Repository' with a column called 'Skills,' which has a data type of 'lookup' and retrieves values from another SharePoint list containing a set of skills.
When I create an EditForm in PowerApps Canvas for the 'Skillset Repository,' I can fetch and select values for the 'Skills' column, but I'm unable to search for items.
Hi @realwillwright ,
Issue is fixed when I try to create a collection out of sharepoint column :
ClearCollect(colSkilSet,Choices([@SkillRepository].'Main Skillset'))
where 'SkillRepository' is my sharepoint list and 'Main Skillset' is my column name (Type - lookup).
I replaced items property of the combo box from
Choices([@SkillRepository].'Main Skillset')
to
colSkilSet
You need to set the search fields and turn on searching in the Combobox properties
Hi @RajkumarMS
Do you mean you can't search for the items within the dropdown?
If so, you will need to use a Combobox control, dropdown boxes don't have the search feature.
MS.Ragavendar
27
mmbr1606
14
Super User 2025 Season 1
EE-04041031-0
11