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.
Hi Pat,
Thank you very much for your response.
I am new with Power Automate. I follow what you have advised and it was working but if I have the Dynamic content added next to the Expression, the content is captured as well in my spreadsheet so its's now double, if I remove the Dynamic content then the format is also removed.
What I'm trying to achieve is when a new email arrive the Received Date and Time will be added in a new row in a spreadsheet.
Also is it possible to separate the Date and Time on a column?
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