Hi everyone. I have a gallery that is being populated by another gallery that I am trying to use Search on the field called Name and also use a dropdown on the field called status. I am using Dataverse for my data source, so using Search in this case is ok, I cannot use StartsWith. Also, when the text field is blank, I need it to show all items filtered by the first gallery(gallery5)
I have tried multiple formulas, and this one seems to work the best, I am struggling to add in the formula to include the dropdown for status
Search(SortByColumns(Filter(AmusementAssets, Gallery5.Selected.ActualStoreNumber = CurrentStoreNumber ),"cr3db_name",Ascending),TextInput4.Text,"cr3db_name").
Thank you all for your help!
Chris