How to find nodes given an array of values

Hi Michel, thanks for the answer. I’ll try to clarify what I’m trying to achieve.

I have an array with many emails,

[e1@domain1.com, e2@domain2.com, ..., eN@domainN.com]

Is it possible to retrieve the names of all these users in a single query? Or do I need N queries?