Processing files in an iCloud folder

I am using an app which creates audio files in a folder based on the date, and the files inside have a filename based on the time.
I want to move the files inside of the folder to somewhere else.
My problem is that if I do a condition of "Kind is Folder" and then "Data Added is after Date Last Matched" the file gets moved twice. I think it's because Hazel moves it when the file is created, and then file is re-written by the app when the dictation has finished. The file is being written to an iCloud folder and I suspect there's something weird in how iCloud syncs.
If I use any other match, then when the folder is created the rule runs, but when any files are added the rule does not run.
I tried to do a "delete enclosing folder" on the second action (the one that actually moves the file) but that's not an option in Hazel unless I run a shell process, and I'm really reluctant to do that (bad things will happen one day).
If I could do a "Wait 5 seconds" then we'd be fine too.
Any ideas on how to make this run reliably? Or do I have to live with the duplicates?
I want to move the files inside of the folder to somewhere else.
My problem is that if I do a condition of "Kind is Folder" and then "Data Added is after Date Last Matched" the file gets moved twice. I think it's because Hazel moves it when the file is created, and then file is re-written by the app when the dictation has finished. The file is being written to an iCloud folder and I suspect there's something weird in how iCloud syncs.
If I use any other match, then when the folder is created the rule runs, but when any files are added the rule does not run.
I tried to do a "delete enclosing folder" on the second action (the one that actually moves the file) but that's not an option in Hazel unless I run a shell process, and I'm really reluctant to do that (bad things will happen one day).
If I could do a "Wait 5 seconds" then we'd be fine too.
Any ideas on how to make this run reliably? Or do I have to live with the duplicates?