I'm just getting started with PowerApps and trying to create a simple leaderboard based on a SharePoint list. The list contains an image file of the user, along with the name.
In my PowerApp I've created a blank gallery with the image, name, and count of how many times they are in the list. I've got everything I need except the picture using this function.
Sort(GroupBy(EomTest, "Title","EmployeeName"),CountRows('EmployeeName'), SortOrder.Descending)
Is there a good way to pull across the image file and reference it in the gallery? Right now I get only the sample image.
Sorry if this is asked and answered I've searched all day and can't find it.