
Hi community.
i got a sharepoint list including a multichoice column containing keywords for the items of the list.
i'd like to be able to search for those items via the keywords in powerapps and want to use a combobox containing all items (displaying another column though) and want to use the searchtext of the combobox to show all items either fitting the searchtext in displayed column (which is basic) or fitting the searchtext in one of the items keywords.
I tried using the formula Combobox.SearchText in Choices([@data].keyword).Value, which shows good results in the preview but never shows the items in the combobox. Anybody able to help? Help much appreciated