Hi Everyone,
I am currently building out a recurrence flow to scan my SharePoint List, and send an email when the End Date equals today's date. I have gotten this flow to work when I specify month and day, but when I incorporate year, the flow does not recognize the dates in my SharePoint list.
The flow will say it ran successful, but when I have a date in the SharePoint list that is today's date, it does not recognize it.
Here is the flow, and my current expression which works for Month and Day.
Functions I have tried that were unsuccessful:
Any help is appreciated!
Solved! Go to Solution.
Use the expression formatDateTime() for both end of the conditions (EndDate and UTCNow). Also try yyyy-MM-dd format.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blog
Use the expression formatDateTime() for both end of the conditions (EndDate and UTCNow). Also try yyyy-MM-dd format.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogAlso you can change the condition to Equals
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogThank you for the response! Could I ask for clarification on what you mean by using formatDateTime() for both ends of the condition? Possibly with an example.
I am fairly new to expressions.
Thanks for your reply. Please see below
So left hand side map the SharePoint Date column with formatDate() expression and on right hand side UTCNow() with formatDateTime() expression. Hope it make sense.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi, this response solved my problem. I appreciate your help. yyyy-MM-dd fixed my problem.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
23 | |
23 | |
21 |
User | Count |
---|---|
60 | |
40 | |
40 | |
29 | |
25 |