I have a flow that every night copies a file (using the OneDrive Copy File Action) from my Onedrive folder and writes it to another folder in Onedrive. When copying it it also renames the file using the expression below.
concat('/Documents/Project/Backups/',utcNow('yyMMdd'),' ','Report.xlsx')
Today it has failed with the error message below.
{
"status": 400,
"message": "Changing name is not supported for this scenario",
"source": "api.connectorp.svc.ms"
}
Any ideas why this is now not supported and how I can resolve it?