Hi,
I have a table that contains Tasks. These are assigned to User using the User/Collaborator field.
I want to be able to create an automation that runs daily, finds all the tasks in a view (Follow-up today) and then send an email to each User that is found in this view with a list of all there tasks.
I'm trying to think of the best way of doing this without different views for each user. I was thinking I need to find a unique list of users that are in that view and then have a repeating step to find all tasks in that view associated to that user and then send them an email.
I'm not sure how to find unique users that have tasks in that view as there will be multiple tasks for the same users.
Any advise appreciated?
Jason