Thanks Scott. The demo shows how to do this if the first 'find' have unique records in. The repeat can then loop through each and send the email.
My problem is that I'm using the 'find' to find tasks that have a follow up of today, now there could be multiple for the same person so this means the repeat will potentially send multiple email to the same person
What I ideally what to do its find all users that have at least one task due to follow up today. Then repeat through those Users a search to find all tasks and then send them the email.
With these being users there is no way to search for them to see if they have any tasks to follow up today. Does that make any sense? I can probably do it with Make but trying to avoid it