Hey everyone,
Im in need of some help, if its possible. Here's the situation:
I have a gallery that shows approximately 300 items found in an "Element ID" column in a sharepoint list "summary", with three radio buttons "EntryBTN" that show ("All" "New" or "Existing") Element ID's and a text input "textinput2_2" that would be used for a quick search bar. I cant seem to get the quick search to filter the gallery. All in all I would like for the buttons and quick search to work together or independently of each other. After the right item is found in the gallery and selected it should navigate to the next screen carrying over the selected title in a view only text box.
The current Items field:
Filter(Summary,StartsWith(Mid('Element ID',3,6),TextInput2_2.Text)) && ((If(EntryBTN.Selected.Value="All",Sort(Summary,'Element ID',Descending),If(EntryBTN.Selected.Value="New",Sort(Filter(Summary,Status1="No"),Title,Descending),Filter(Summary,Status1="Yes")))))
Any help is much appreciated!

Report
All responses (
Answers (