I have a custom table with a column "Email Address". I have a view for this table which I'd like to filter by the current logged in user's email address.
The table looks like this...

The view's filter will be something like below, but how do I refer to the currently logged in user's email address? What should I use in place of Customer().Email?
