Best way to move a bunch of files after a particular date into a new folder named by a variable

I am a bit stumped and am hoping someone has a nice solution to this - I have keyboard maestro generating a bunch of files in a piece of software…

Now at some stage in the process I would like to move all files created after a particular date/time into a new subfolder named after a variable called ‘Bank’

Bank is just some integer that increments.

I’m wondering what the best clues/approach might be to do this.

currently, the main thing stopping me is figuring out how to move everything after a particular date.

I think this macro should get you started:
MACRO: @Files Move Files Based on Creation Date

I didn't address the use of your "Bank" variable, since I really did not understand how you use it. But you should be able to adapt the above macro to use it.

Please let us know if this works for you, and/or if you have any follow-up questions.