Hey Shayan H. , if you want to avoid deduplicating, I would recommend the following.
- 1.
Push all email to a new table.
- 2.
In the new table, do a deduplication
- 3.
Now you have unique email address
- 4.
Lastly, do a ‘look up multiple rows’, and match the email addresses to multiple rows in the previous table
That might be the closest you can get to a ‘Group By’ in Clay