Hello Everyone
I am very new to Power Automate and am looking to utilise many of the Office 365 apps across my business.
Have been playing around with a few different flows and one in particular is the template "Send an email with today's weather report and upcoming Outlook 365 events".
There are 3 things that I can't seem to get working:
Look forward to people sharing their thoughts.
Cheers
Thanks for the reply @Expiscornovus
If you could please show me where in the flow I would insert the convertfromutc in the flow?
Have tried in several areas but keep getting an error.
Really looking forward to your reply.
Cheers
Hi @ECOMATT2022,
For the conversion from UTC to AWST you could include a convertfromUTC function btw.
Start Time:
convertfromUTC(formatdatetime(item()['Start'], 'yyyy-MM-ddTHH:mm:ss.0000000Z'), 'W. Australia Standard Time', 'dd MMMM yyyy, H:mmtt')
End Time:
convertfromUTC(formatdatetime(item()['End'], 'yyyy-MM-ddTHH:mm:ss.0000000Z'), 'W. Australia Standard Time', 'dd MMMM yyyy, H:mmtt')
Hi @ECOMATT2022,
Apologies for the slow response. I missed your earlier reply.
You could use a formatdatetime function in an expression in the select action for both the Start time and End time fields. With that function you can set it to the format you want. In your case probably 'dd MMMM yyyy, H:mmtt'
Below is an example.
Start Time
formatdatetime(item()['Start'], 'dd MMMM yyyy, H:mmtt')
End Time
formatdatetime(item()['End'], 'dd MMMM yyyy, H:mmtt')
Not sure if you received my earlier email.
Recurrence is in Perth time, but this only appears to effect the date/time for the occurrence of the email, not the Start and Finish Times.
The information is coming through looking like this for each of the meeting Start and End times/dates.
If possible I'd like it to read as follows:
22 March 2022, 9am (Or something else more easily readable).
Also the format is UTC time (see below) so I am having to add 8 hours to each of the above times.
So it is causing the below Start and End Times to be in UTC:
Really appreciate any feedback for how I can update the flow.
Many thanks
Matt
Thank you for replying to my issue.
Good news, the flow sent this morning. I have had no issues updating the timezone in the Recurrence action. It sent through at the 6am Australian Western Standard Time (WST).
The issue with timezone that I am having is the Start Time and End Time for all my scheduled meetings. It is showing in UTC. While this is not impossible to deal with, I am having to count backwards and forwards for the hours to arrive at the WST for my meetings. Can't seem to be able to crack this one.
With the changes in the body, it is fine as it is, just wanted some guidance on how to write up the html tags. Do you know a good tutorial that I can refer to?
Looking forward to hearing back.
Cheers
Hi @ECOMATT2022,
1. You should be able to set the time zone in the Recurrence action. I think it is listed under advanced options.
2. If you haven't received an e-mail I would check the flow history first. See if the daily flow run failed.
3. In this template they used HTML to create the body of the email. They used headings & paragraphs. You can change that and use other html tags. What do you want to change in the body?
rpersad
16
David_MA
10
Super User 2025 Season 1
Michael E. Gernaey
8
Super User 2025 Season 1