Hello,
I built a flow that sends an email and in the email it has the time and date that is coming from a SharePoint list. However, in the email the time is showing incorrectly and I have tried multiple ways to resolve this but can't.
The ConvertTimeZone conversion in my flow seems to be working properly (see below) but it isn't flowing through to the email correctly (UTC to EST)


I then create a variable to convert the time from an unfriendly view to more friendlier view.
Variables Below

Then in the email I create a dynamic query based off of the varDate variable.

formatDateTime(variables('varDate'),'f')
At this point, below is the time that shows up in the emai which is 7 hours behind which isn't UTC or eastern time (I am in EST)
Example Email
My name is XXX and I will be conducting your IT Orientation on Monday, June 20, 2022 4:22 PM.
The time is actually 7 hours ahead of the time I have in my sharepoint list.

So at this point in the beginning of the flow the convertimezone is changing it time correctly by 4 hours. However, when I try to modify the time in the email it shows 7 hours difference.
Any thoughts that anyone has would be greatly appreciated!
Jeff