Hello,
I have a flow designed that emails a report everyday at 7PM with a daily report with an excel file. The email states the date of the report which is suppose to be the same date that the email is sent, since it is a end of day report.
My problem is that when it sends the email at 7PM it outputs the following days date on the email. For example
It send an email on 11/25/2019 @7:00PM and the body of the email says "End of day report 11/26/2019"(its needs to say the 25th)
This is the current expression i have in the compose function:
Solved! Go to Solution.
Hi @kpiana ,
Try the below instead
formatDateTime(addDays(utcNow(),-1),'MM-dd-yyyy')
----------------------------------------------------------------------------------------------------------
If my reply was helpful consider giving a THUMBS UP or if it solved your issue, please ACCEPT SOLUTION so others can find it.
Hi @kpiana ,
Try the below instead
formatDateTime(addDays(utcNow(),-1),'MM-dd-yyyy')
----------------------------------------------------------------------------------------------------------
If my reply was helpful consider giving a THUMBS UP or if it solved your issue, please ACCEPT SOLUTION so others can find it.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
91 | |
57 | |
40 | |
39 | |
37 |
User | Count |
---|---|
81 | |
68 | |
57 | |
52 | |
41 |