Check Email table prior to registration

My application allows users to add multiple emails after registration. These emails are added into an email table/type.

Bubble prevents users from signing up if the email is registered in the user table/type. How can I also verify that the email is not already in the email table/type before allowing a new user to register with it?

I would like to do this without bypassing privacy settings.