I am moving the first steps using Flow. I have a list with 'due date' (date) and a field with 'assigned to' (email address). How do I build a flow that on the due date emails a reminder to the 'assigned to person? Where to start? Would a 'lookup' function exist in Flow?
Thanks.
Solved! Go to Solution.
There are a variety of ways to accomplish your goal using Flow. Here is a simple example.
I created a custom list and added a date column called Due Date and a Person or Group column called Assigned To.
I created a Flow that runs when a new item is created in the list.
The Flow starts and pauses until the due date and then sends an email.
The only unusual thing to note is that I can't just use the Due Date directly from SharePoint - I first need to convert it to a UTC format.
Here is a link to a blog detailing how to work with dates in Flow
If you need additional assistance, please post here.
If this solves your issue, please mark your question as Solved.
Scott
There are a variety of ways to accomplish your goal using Flow. Here is a simple example.
I created a custom list and added a date column called Due Date and a Person or Group column called Assigned To.
I created a Flow that runs when a new item is created in the list.
The Flow starts and pauses until the due date and then sends an email.
The only unusual thing to note is that I can't just use the Due Date directly from SharePoint - I first need to convert it to a UTC format.
Here is a link to a blog detailing how to work with dates in Flow
If you need additional assistance, please post here.
If this solves your issue, please mark your question as Solved.
Scott
Hi @Anonymous,
There is one another way which you can try you can check the condition of the Due date to today using the expression "utcnow()",
If Condition satisfies you can perform further actions.
for extra help you can Perform a recurrence Trigger for your Reminder notification Flow for your List.
i hope this would help you.
Thanks
Dev_Nikhil
Thanks @ScottShearer,
The proposed solution works fine.
How to operate with dates, eg to subtract one day to the due date so that the reminder is sent one day before the due date? Thanks.
Thanks @Dev_Nikhil, it is a good suggestion, I will look into that as soon as possible. I am slowly moving forward with learning but I will get back to you if I arrive somewhere (or most likely if I get stranded). Thanks.
Nevermind , apologies. Subtractions and additions are covered in the link you sent.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
13 | |
10 | |
9 | |
6 | |
6 |
User | Count |
---|---|
21 | |
20 | |
17 | |
8 | |
8 |