Hi
I have just started making my first app in PowerApps. And I am also new to the programming language
When I am building my app from Sharepoint the default code for the Gallery in the my Browsscreeen is this:
SortByColumns(Filter([@'CBS1 Samples']; StartsWith('Sample Name (GHOST)'; TextSearchBox1.Text)); "ID"; If(SortDescending1; Descending; Ascending))
I want to both filter and search, but right now I can only get the Filter function to work.
How is oit possible to both filter for the column: "ID" and search in the different "ID" numbers?
I have search on the topic and tried different approaches, but without luck.