Hi Team,
I have a query that retrieves a list of required 50 PDF file paths from a full directory with like 500 pdf files based on a query

Now I want to copy the selected files PDF in the list which is available in the "path" which is a network drive path to a different directory within the network drive. Further once the first time the files are copied over, I would like to use the scheduler to check for new files and perform the same action when there are new files. The scheduler would run on a 4 hour schedule to run check and copy over new files with different names. The file names are unique.
Can you please help as to how this can be achieved?
Thanks!