I'm using the flow shown on April Dunnam's channel for "Power Automate SharePoint Get Column Changes", everything is working almost except I'm getting a negative one day variation between the previous and current dates on the fields where a date appears.
In the SharePoint list, the date is displaying as 30/09/2024 (dd/MM/yyyy) which is correct.
In the flow under "Send HTTP request to SharePoint the output of the field after running is "Approval": "2024-09-29T16:00:00Z". I presume this is the server date.
Question, how do I correct the output date to be the same as the SharePoint list date?
_api/web/lists/getByTitle('Approvals Register')/items(@{triggerOutputs()?['body/ID']})/versions(@{outputs('Get_changes_for_an_item_or_a_file_(properties_only)')?['body/SinceVersionID']})
body('Send_an_HTTP_request_to_SharePoint')['d']['Approval']
thanks