Hello Everyone,
I am new to PowerPlatform. My organization want's to move files from one library to another library if the content is older than 3 yrs.
They also want to retain folder structure, metadata such as Modified by, created by, Modified date and Created date.
I was able to do up to below steps, but I am not able to find any solution on how to append metadata after creating a files at destination.
Steps I have followed so far:
1. Recurrence
2. Get file properties only
3. Apply to each
3.1 Condition if 3 yrs old
3.2 Get file content
3.3 Create file (at destination)
3.4. Delete file (at Source)
The reason why I have used Create file is that if there is no folder structure then it can also create Folder structure at destination.
Can someone please help me out on how to append remaining columns (Modified,created,Modified By) based up on source files/folder details?