Hi Experts,
I am trying to rename a file in the sharepoint folder post extraction actions.
Below the flow which is using for this task:
File location :
I am trying to renaming the above file into "Risk Findings.xlsx" , after the flow runs it got the below error message and failed.
{
"status": 400,
"message": "Invalid JSON. A comma character ',' was expected in scope 'Object'. Every two elements in an array and properties of an object must be separated by commas.\r\nclientRequestId: 4180f1cc-0d73-44ce-ba39-66427c218398\r\nserviceRequestId: 2acc57a1-a00f-a000-0590-e99dc93dca30",
"source": "https://xxxxx.sharepoint.com/sites/yyyy122/_api/lists/GetByTitle('Documents')/Items(61)",
"errors": [
"-1",
"Microsoft.SharePoint.Client.InvalidClientQueryException"
]}
Please help to solve this ..
Thanks
DK