Filter out lists to hide repeat views

Hi,
I have a directory of experts. My task is to show each expert’s profile on a page and at the bottom show other experts as cards for comparison. I am able to hide self-view from that list. But I also want to hide from the list the card of an expert at whose page I am currently at. And it’s not working.
I tried to put two filters for the source of the list at the bottom:

  1. email is not logged-in user’s email OR
  2. email is not User’s email (hoping that “User’s” refers to the user profile of the expert at whose page I am at)
    When I have only filter #1 ON, it works and hides self-view.
    When I have only filter #2 ON, it doesn’t do what I think it should do.
    When I have them both ON with the operator of “any” conditions, they don’t work in any intended way.