Hello,
We are using a sharepoint list to capture data every weekday. I would like to set up a trigger in a way that MS Flow sends an email at a specified time if no new items are added to the list today. There are existing flows to trigger an email when a new item is created or modified, but could not find any when no new items are added that day. Any thoughts?
Thanks in advance!
Solved! Go to Solution.
You can use a recurrence trigger to run a Flow once a day - see my screen shots below. The expressions that I used can be seen in the action comments area.
Please note that you may need to make an allowance for your time zone as all dates/times in SharePoint are stored in UTC.
@ScottShearer wrote:You can use a recurrence trigger to run a Flow once a day - see my screen shots below. The expressions that I used can be seen in the action comments area.
Please note that you may need to make an allowance for your time zone as all dates/times in SharePoint are stored in UTC.
Thanks Scott. Luckily I just did the similar thing and just about to post the screenshots. One thing to make sure - Date Format (what ever you are comparing with) - formatDateTime(utcNow(),'yyyy-MM-dd').
You can use a recurrence trigger to run a Flow once a day - see my screen shots below. The expressions that I used can be seen in the action comments area.
Please note that you may need to make an allowance for your time zone as all dates/times in SharePoint are stored in UTC.
@ScottShearer wrote:You can use a recurrence trigger to run a Flow once a day - see my screen shots below. The expressions that I used can be seen in the action comments area.
Please note that you may need to make an allowance for your time zone as all dates/times in SharePoint are stored in UTC.
Thanks Scott. Luckily I just did the similar thing and just about to post the screenshots. One thing to make sure - Date Format (what ever you are comparing with) - formatDateTime(utcNow(),'yyyy-MM-dd').
@ScottShearer Quick question: In the flow that I created, I am getting the date from a specific column to compare with today's date. In your flow, we are getting all items that are created today to get the length. Does it also bring any items that are modified today?
Sorry, the previous question is a silly question. Your flow uses Created date ge so, should be good!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
19 | |
16 | |
10 | |
9 | |
9 |