View Criteria Not working
I created a hidden field in my application where it logs the user that enters the data.
a field called: "Member" is hidden and zoho.loginuser is added as it's value on submission success.
That enters correctly.
Then in the view, I have the criteria to list
Member == zoho.loginuser
But it's not listing any of the entries that match.
If I show all of the records, it lists them all and correctly shows that the zoho.loginuser has been added to the input.Member field.
Any thoughts?