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?
Thanks. I thought it maybe possible with Rollup’s and Arrays some way. I will look to Integromat for this one but it would be nice feature to have for the future though.
Roll ups have a limited ability to eliminate duplicates under very specific circumstances. However they only work for linked records, which don’t apply in a find records action.