Hi, I have a Power App and am having issues with my Gallery. My Gallery Items function is, Sort('Safety Observations', 'Date of Incident', SortOrder.Descending) so I can have my items in descending order. I have been trying to add a filter or search function and any time I add any other functions to my Gallery Items, I have errors.
What I want to do is add a drop down for the Reported By entries using this function, Distinct('Safety Observations','Reported By') but how do I add this to my Gallery Items?
Looking for any and all help!