Hello;
I'm trying to do the following:
I have the "users"collection, which is comprised of students. These students need to perform certain actions, such as uploading passports., upload signed documents, etc.
So, if the admin needs to send a notification to a student (or group of students) he needs to filter them, so the resulting list of students meets the requirements. So, for instance:
The admin might need to send a message to the students that haven't uploaded their passport yet. He would check the "passport" checkbox and the returing results would show all those students who haven't yet uploaded the document.
Now, the admin might need to filter the students using several checkboxes and also dropdowns.
HOW CAN I DO THAT Serge Middendorf Inactive Member
Thanks for your time (and patience 🙌 )