
Hello
I am trying to move files which haven't been modified for xx years to another document library in thesame SharePoint site. I am building a flow that runs each month.
Files are in /Documents/folder 1/subfolder 1/file 1.docx
Are to be moved to /Archive/Documents/folder 1/subfolder 1/file 1.docx
Where I would like to keep folder 1 in the source, but move subfolder 1 and all of its contents to the archive library.
1) I am getting the file properties with Odata: Modified le formatDateTime(addDays(utcNow(), -1825), 'yyyy-MM-dd')
The system cannot find the file specified