Good day,
I have a gallery with a nested gallery. The gallery is sorted and grouped by conference names, and the nested gallery shows title and subtitle. I am trying to get only records to show who's subtilte is "Registration" from a drop down list in the Sharepoint List data source.
I have not been able to figure out how to filter the nested gallery though so it removes everything other then those with a "registration". Is there a way to do this.
GroupBy(Filter(SortByColumns('Expenses for Approval',"Title",SortOrder.Ascending),StartsWith(Title,ConfSearch_1.Text)),"Title","GroupbyConf")
