
Announcements
Can someone help me with this? I'm trying to make a flow that will archive folders to a subsite that are older than >60 days and also have the status as Complete. Would someone be able to help me with this? I'm completely new to Flow so not sure how to proceed with this and would greatly appreciate the help.
Hi @Galikin ,
Do you want to transfer or copy a folder that meets certain criteria into a subsite?
You could configure your Flow as follows:
Image reference:
Expression:
formatDateTime(items('Apply_to_each')['Created'],'yyyy-MM-dd')
addDays('2019-02-13',60,'yyyy-MM-dd')
If the above four conditions are met, the current folder can be copied to the specified subsite.
Please take a try.
Best Regards,