Hi,
I manage to create a flow with Outlook to Excel.
I have a flow were once an email is received it will send the Date and Time to the Table by adding a row.
The problem I'm having is the format of Date and Time.
I was trying to format the date and time the email was received (ex: Col A - January 01, 2022 Col B - 08:00 AM) . I have followed other steps from other discussions here but nothing seems to work.
My flow is when an email arrive add a row into a table then on that row I have dynamic content of Received Time.
Is there anything I'm missing here? Thank you.
You should be able to use an expression like this to get the result shown. What issue are you seeing?
formatDateTime(triggerOutputs()?['body/receivedDateTime'], 'MMMM dd, yyyy hh:mm:ss')
Pat
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