Hey Ernest,
I don't want to fool with this, unless you really can't figure it out yourself.
Three things:
- Since you're using AppleScript anyway then use it for everything.
- Don't use the AppleScript method you're currently employing to sort by creation-date – it's notoriously slow – especially as the number of items in the given folder increases.
- If you must use Keyboard Maestro to copy and move items – NEVER assemble paths within the copy/move actions. It makes debugging atrocious.
- Always assemble paths in a text variable, so you can open it in a display-text action to eyeball the path. Paths are tricky beasts, and little things can disrupt them.
-Chris