Copy and rename with date / tiem stamp.?

At the moment I have a rule which runs on my 'numbers' folder which triggers on:
- Extension is numbers
- Date Last Modified is after Date Last Matched
It then copies the file to three different destinations:
'\Dropbox\Numbers backup'
'\OneDrive\Numbers backup'
'\MyNAS\Numbers backup'
Ideally I'd wish for the copied file to be renamed as '<filename>YYYY-MM-DD HH:MM:SS<extension>. That is, I'd get a dated / timed backup of each file. Unless I'm missing something it seems that this can't be accomplished in one rule?
To try and get around this I've created a second rule which runs on the destination folder. This is as follows and is triggered on:
- Extension is numbers
- Date Last Modified is after Date Last Matched
It then:
Rename with pattern <name><date created><extension>
This seems like it should do what I want, but a lot of the spreadsheets are not getting renamed. So is the 'Date Last Modified is after Date Last Matched' criteria the wrong one to use? If so what should I choose instead?
- Extension is numbers
- Date Last Modified is after Date Last Matched
It then copies the file to three different destinations:
'\Dropbox\Numbers backup'
'\OneDrive\Numbers backup'
'\MyNAS\Numbers backup'
Ideally I'd wish for the copied file to be renamed as '<filename>YYYY-MM-DD HH:MM:SS<extension>. That is, I'd get a dated / timed backup of each file. Unless I'm missing something it seems that this can't be accomplished in one rule?
To try and get around this I've created a second rule which runs on the destination folder. This is as follows and is triggered on:
- Extension is numbers
- Date Last Modified is after Date Last Matched
It then:
Rename with pattern <name><date created><extension>
This seems like it should do what I want, but a lot of the spreadsheets are not getting renamed. So is the 'Date Last Modified is after Date Last Matched' criteria the wrong one to use? If so what should I choose instead?