Re: Formatting Date And time in MS Flow
@Anonymous
I would suggest creating a new topic with your specific issue, including everything you wrote here, and adding what output you are getting after each of your attempts:
Are you getting errors in the flow or is it that the output is not what you want?
Also, include screenshots of your flow (your addDays action block, for example).
At first glance, I think I can say with certainty that formatDateTime() will not work here, as it requires the date being formatted be in a string format, so passing in the integer format from excel will not work with that expression.
It might be your reference to your data. If you're pulling from an excel table, then you're probably inside of an "Apply to each" loop, in which case you should use the items() expression passing in the name of the loop rather than body() passing in the name of the "Get Rows" action block.
Starting a new topic will give you a greater chance of receiving a response from someone who can help you in the forums, rather than responding to a topic that already has a solution.
thanks,
Kyle