Scenario: Clicking on the Shopping Cart Icon it should filter all items with the text "Order" in the column name called "Order".
Details:
Name of the list: LS and Studio Spare
Gallery name: BrowseGallery1
The formula already has on "Items" in BrowseGallery 1 -
SortByColumns(
Filter(
'LS and Studio Spare',
StartsWith(Title, TextSearchBox1.Text) ||
StartsWith('Sub Title', TextSearchBox1.Text) ||
StartsWith('Sec Loc', TextSearchBox1.Text) ||
StartsWith('Ter Loc', TextSearchBox1.Text) ||
StartsWith('Buy From', TextSearchBox1.Text) ||
StartsWith('Pri Loc'.Value, TextSearchBox1.Text)||
StartsWith(Order, TextSearchBox1.Text)
),
"CreatedDate",
If(SortDescending1, SortOrder.Descending, SortOrder.Ascending)
)
Thank you so much for your help