This should be simple, but once again my brain runs out of RAM and crashes.
I have a data set that is a list of names and email addresses. Some of the names have the same email addresses. I want to be able to look through the whole list of names, and identify and extract those names that have the same email address.
The result should be the name and the email address that match.
Depending on your input data maybe the quickest option would be to use an If node to check if the email field is empty. The quick example below shows this approach.
In my data set there would an email address present for every person. I need to look and see if any 2 or 3 or 4 (or number) of people have the same email address.
I have modified you example data set to illustrate. In this example I would after the result
Are you changing the example worklfow at all? When you get the error which node is throwing it? I am not sure if something else is missing in the input data maybe.