I am currently builidng a PowerApp and I am struggeling with a simple search function. I connected the PowerApp to a SharePoint list (see image 1).
The SP-List 'Projekt' consists out ouf:
[SharePoint List][1]
I try to filter the text by using search. As long as I am using search on Service, everything works as expected. But if I use search on one of the other columns, the code returns an error, saying "Wrong Column Type. Expects text type" (Image 2)
Search('Projekt', "Item1", "Workitem")
I assume it is due to the LookUp type, but I am not sure. Has anybody takled this problem and knows a workaround? Very happy for any suggestions
Best Regards