My Goal is- I want to send a mail myself about the upcoming 7-day meeting schedule with power automate online (not desktop).
I have created a flow that is working fine. I just want to modify the date format.
My flow looks like this-
I am not getting the output. Now I want to format the Start time and End time.
I am trying to use "formatDateTime()", But there are no option to insert "Start time". Please advise what will be the expression.
My expected format is "yyyy.MMM.dd ddd, hh:mm AM/PM"
Thanks. This is working. 🙂
Please use the below expressions for start & end time:
For Start Time:
formatDateTime(item()?['start'],'yyyy.MMM.dd ddd, hh:mm tt')
For End time:
formatDateTime(item()?['end'],'yyyy.MMM.dd ddd, hh:mm tt')
If this helps, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2