Hi all,
I am trying to create an email notification that gets triggered when an item on the SharePoint list is due in 7 days. Here are the criteria:
So when an item is only 7 days away from today, an email will be triggered.
Here is what I tried so far with no success :
Any idea please?
Thanks
Solved! Go to Solution.
Hi @H_Insights
You already working out the 7th day and format as yyy-MM-dd. That is good enough to get the records. You don't need the utcNow() expression here. Also remember utcNow() expression returns the Date and Time. Remove the first condition utcNow() and it should work as expected.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @H_Insights
You already working out the 7th day and format as yyy-MM-dd. That is good enough to get the records. You don't need the utcNow() expression here. Also remember utcNow() expression returns the Date and Time. Remove the first condition utcNow() and it should work as expected.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogThe first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
72 | |
22 | |
17 | |
17 | |
14 |
User | Count |
---|---|
125 | |
35 | |
30 | |
28 | |
26 |