Hi, I'm not very versed in PowerApps, but I built an image gallery to display the winners of a competition in their respective category. I created a tab for each category, and the winners in the gallery are sorted and ordered from first to last place using columns in a SharePoint list. The column I use for category names is "Group" and the column I use to keep these entries in numerical order is "Placement".
For example, if I click the Bus. Development Tab, I should see the entries just for Bus. Development listed from first to last place. But as you can see in the screenshots, the order is mixed up in the app, even when correctly labeled in the sharepoint library. How EXACTLY can I get these images to sort in ascending order using the Placement column? I am using the following, but unsure how to adjust the sort order:
Filter('Image Library - Admin Only',Group.Value = "Business Development")

