Hello,
what you can do is initialize a array variable.
Now you will want to have a secondary loop above the one you have already. You will want to append array variable with the email addresses from excel.
With all emails in the variable you can add a Compose action, inside use the expression:
union()
You will want to pass the array variable twice into union. This will remove all duplicates
—Josh
If you like my post please hit the "Thumbs Up" -- If my post solved your issue please "Mark as a Solution" to help others