OfficeDev / microsoft-teams-apps-attendance

The Attendance Power App helps teachers record and save the attendance of students in their class.
MIT License
58 stars 30 forks source link

Order students in alphabetical order #25

Open hmathias6 opened 4 years ago

hmathias6 commented 4 years ago

Hi How can I show the students in alphabetical order?

thanks Hannah

rashmi-dixit commented 4 years ago

By default no, you need to make customization.

ricardoteixxeira commented 1 year ago

Hi, use the sort function in the gallery

Sort(Filter(AttendanceRecord;LessonId=Text(attendance_list_guid));StudentName;SortOrder.Ascending)