Hi Everyone, I am new to powerapps. First time building. I am having issues with sorting my gallery based upon a choice combo box. I have the combo box working with the sharepoint list. However, I can't get the gallery to show the results. I've tried these formulas in the Gallery item:
Hi Everyone,
I'm stuck. I can't seem to get my gallery to show the filter items. Here's what I've tried. But nothing shows.
(Tried 1) - Filter(Mandatory_Training, Audience, ComboBox2.SelectedItems)
(Tried this one -2 to sort multiple selection) Filter([@Mandatory_Training],Or(IsBlank(ComboBox2.SelectedItems), IsEmpty(ComboBox2.SelectedItems),Audience.Value = Index(ComboBox2.SelectedItems,1).Value,'Audience'.Value = Index(ComboBox2.SelectedItems,2).Value,'Audience'.Value = Index(ComboBox2.SelectedItems,3).Value) (Tried this one -2 to sort multiple selection)
(Tried this one 3) Filter(Mandatory_Training, Audience.Value=ComboBox2.Selected.Value)