I have created a power automate flow in which I have a SharePoint "When an item is created or modified" then an Outlook "send an email (V2)" in which among many other things I have 4 dynamic content date items.
The sent email shows the dates in yyyy-MM-dd format, and I'd really like to show it in MM/dd/yyyy format.
I have researched this and found several bloggers attempting to explain how to use the "formatDateTime()" expression to do this. So if my dynamic column reference was "RFP Expect Date" I'm told to input “@formatdatetime(triggerBody()?[‘RFP_x0020_Expect_x0020_Date’],’MM/dd/yyyy')".
When I try this I either get a popup stating the expression is invalid, or some other assorted MS errors about the ISO date format invalid... none of the examples from blog posts seems to work for me.