user_email == zoho.loginuserid

user_email == zoho.loginuserid

 I just discovered in horror that all the views I created with a filter:


user_email == zoho.loginuserid


does not work any more.... "user_email" is one of the fields in a form....

The intention is to control user access to a set of records
in a table; when the user_email is equal to zoho.loginuserid, 
the user can see a set of records assigned to her.
please help...