Xyrus
2 months agoQrew Member
Trying to Create a Attendance Checklist
Hey Everyone, I'm working on an app for tracking attendance by class. Would it be possible to create a dynamic list of checkboxes that teachers can toggle for students who are present each day? Fo...
- 2 months ago
X,
Here is how I would solve it.
The Class Student Records have a Check Box for Attendance.
When the instructor sets the CB, a Pipeline fires that creates the Class Attendance record.
At Midnight every night, I would have a Scheduled Pipeline run that clears the Attendance CB on every Class Student record. The next day all of the boxes are cleared for the Instructor.