I made a flow that will read out a pdf file and extract information from it and then create a new file with that data on a sharepoint document library.
I added a step that will check from what year the document is, create a folder for that year if it doesn't exist and then move the document into that folder, however it keeps refusing to move the file into the folder after it created it.
The API 'sharepointonline' returned an invalid response for workflow operation 'Move_file' of type 'OpenApiConnection'. Error details: 'The API operation 'MoveFileAsync' requires the property 'body' to be of type 'Object' but is of type 'String'.'

Does anyone know how I can solve this? I've tried as much as I could think of...