Re: Sharepoint to Sharepoint library's files copied. How do i keep it all in sync?
Dear G,
Please find below example on how you could filter out the files based on a 'LastModified'.
'LastModified' is a standard output as part of the 'List Folder' action (and various other actions), this is basically one of the file characteristics which the action retrieves.
As a result, the output from the 'Filter Array' is a selection of files which have been modified after a certain date.
The expression which you can use as a limit is: "addDays(utcNow(),-1)"
utcNow is an expression for the current date/time, addDays() is a function which we use to change the date ... in this case the result is 'now minus 1 day'.
Suggest you play around with this a bit.
Happy flowing,
Koen
