I need help to formulate Filter Query. I have a flow with (sharePoint) Get Items action with Filter Query. What I am trying to to is to get all changes in the list for last 2 days. This formula that I used in the Filter Query seems to work but not the format I want.
This is the formula I used in the Filter Query -
Created ge 'addDays(utcNow('MM-dd-yyyy'),-2,'MM-dd-yyyy')' and Modified ge 'addDays(utcNow('MM-dd-yyyy'),-2,'MM-dd-yyyy')'
This is the date format from the flow -
2020-10-15T14:42:11Z
My desired date format -
10-15-2020 or 10/15/2020. I want the date to be displayed as MM DD YYYY.

Thanks,