Hi Everyone,
I have an automation that is triggered from a schedule, finds records in a view and then needs to email address using one of the values found in the view.
The problem is that the email address in the view may appear many times (Multiple rows) so that using that field in the automation will mean the TO: filed looks like this: user1@test.com, user2@test.com, user1@test.com, user2@test.com This means they get the email multiple times.
How can I get the unique values from the rows and use that for the sending on emails?

Cheers
