Hi, I set up a few flows in August / September 2023 that used the Move File Action. They have been working really well and suddenly last week stopped working. Everything was working at 10.30am GMT on 6 March, then by 12:30pm GMT 6 March things started failing.
The failure notification I got was this:
"status":400,"message":"Missing or mismatched field definition on the destination list for source field 'DateandTime' type 'DateTime'. Source site template id 'GroupWebTemplateID', target site template id 'GroupWebTemplateID'. Total blocked root objects in this operation is [1]."
When comparing with a flow that's worked the difference I can find is in the "Content-Type"
"Content-Type": "application/json; charset=utf-8",
And when it failed it was pulling through just this:
"Content-Type":"application/json",
Has anyone else had this issue?