Hello. I am making an Emergency Evacuation Roll Call (Evacuation) App.
Question / Problem
I am trying to find a way to have a lookup of employees in one building and then a Check box field for each employee to be marked as “present”.
I wanted to do a Lookup table so that HR could edit the employees and their building easier. But a lookup table would not let me generate checkboxes.
Desired Outcome / Expected Behavior
My goal is to have a record per building in the Evacuation app.
Inside the records, the HR will enter the evacuation information:
- Evacuation date
- Evacuation reason
- Checkbox per person (who was present in the building during the emergency or drill).
It cannot be a table because it is too easy to delete a row/employee from the table (especially from the mobile app).
Any ideas on how I could do this?
Thank you!