Hi, I am trying to build a little storefront but I am still having trouble with filtering.
I have a List called, 'Store Data - Categories' with the Title field renamed to 'CategoryName' and another list called 'Store' also with a filed called 'CategoryName'
In my app, I have two galleries 'Options' (which is the 'Store' List in SP) and 'Categories' (which is 'Store Data - Categories' in SP)
I am trying to only show the items (from 'Options') that match the selected category, I tried this but it doesn't work.
SortByColumns(Filter('Store Data - Categories', And(Title = Categories.Selected)))
Can anyone help? Think I might just be confused because I named my Galleries differently to the SP List and I'm not sure what the filter is requiring, but I have tried different combos and they didn't work.