List Student Email Addresses
The student email address field is not part of the student's table in the PowerSchool database and is not easily accessible for the list students function. However, there is a PowerQuery that can be used in the Quick Student Export.
- Select the group of students to use in the export.
- Select Quick Student Export from the Actions menu in the lower right of the start page.
- Enter the fields to export, one on each line.
- The student email can listed here using: ~(*powerquery;query=com.powerschool.core.dats.students.student_email)
To see a list of students without an email address, change the PowerQuery to: ^(*powerquery;query=com.powerschool.core.dats.students.student_email;no-rows-message=No Email)