Archive and Delete Dropbox Files Created 2/7 Days Ago

You’d have one scenario timed to run daily (I’m assuming you want to archive/delete daily).

Start with a Router. On one branch, you’d have the List All Files module and then have a date filter on the path to the Move module, something like this:

On the lower branch you’d have the same List All Files module and on the path to the Delete module the only difference would be you’d have -7 rather than -2.

You have to start with a Router (or have two scenarios) as you couldn’t just chain one branch onto the end of another as the second part would be filtered by the first part.