Forum Discussion
Raymond_K
Jan 09, 2019Copper Contributor
Find Sharepoint tasks in Flow
Hi, I'm trying to make a Flow that sends an email reminder when a task in Sharepoint has due date. Tried googling it, but most guides use the old SharePoint designer and not the modern view. I'm ...
Rob Ellis
Jan 09, 2019Bronze Contributor
You would probably want to do something like:
- On a schedule (e.g. once a day, once a week - whatever suits)
- Get List items - use an odata filter to return items where due date is soon
- Apply to each
- Send an email to 'assigned to'