We have a shared environment with a shared PC that all staff use. So we have a common username that logs into Appsheet and then we have a form in a CLOCKIN table where staff select their names from a drop down list to “clock-in” and clock-out" of their shifts. All staff names are in another table STAFF which contains all the staff details.
Currently when staff go to clock-in, it references the STAFF list from another table. This returned list contains all staff but I want to only select the STAFF names that have not already clocked-in.
I recently realised that STAFF can mistakenly clock-in twice and I want to filter the reference table list to only show the STAFF names that have not already clocked-in.