I want to transfer patients to specific staff members. The current model selects staff and then selects patients from a list. I want to filter the list so that only specific staff members can transfer patients, but it's not working properly.
Query: "WHERE [porter_id2] == token.Staff.porter_id ORDER BY DateTime ASC, travelDistance ASC"