Sup folks?
I'm working on a powerapps project rn and have come across a little problem which i cannot solve and the other solutions presented here do not help me unfortunately so here we are,new thread 😕
Setting:
I have an app based on an excell table,called Table1.
On my app i have a browse screen listing my products and i have a text-input box on the top of my gallery where ideally a user can enter product names to search for said products.
My Excell Spreadsheet has the following columns:
PHAT ID
Marke
Geschmacksorte
Type
Vol
Image[image]
_PowerAppsId_
So in the searchbar (the Text Box is called "SearchBox" in my project) i have this function:
Search(Table1,SearchBox.Text,"Geschmacksorte")
which returns following error:
the property expects text value, but this rule produces incompatible table values
now every other soultion to simmilar problems dont work for me or are sadly outdated :(, any help would be highly appreciated 😄
thanks and have a nice one,
7