Hi,
I am trying to send emails from an Excel sheet but I want to exclude the duplicates.
So for example, if I have a list below, I only want to send "email 1" one email (because it is listed twice). Right now, my automation sends out a email for every row.
List # | Email Address |
1 | email 1 |
2 | email 2 |
3 | email 1 |
4 | email 3 |
I have also tried to make it into a list, but now I keep getting that my loopindex is out of range. Any help will be great. Thanks!