Dear Community!
I'ld like to implement a site workflow, which
- searches all libraries of a sharepoint for items which are
- saved in a specific folder (e.g. ".../checkedIn/filename.xlsx") and
- are not older than 15 minutes
- Each Item should be copied to a separate library, where those new files wait for further handling.
The "checkedIn"-Folders can appear several times in each library and the process has to catch them all.
Someone did this before? Espacially searching all libraries instead of one library seems to be a problem. But perhaps it is not...
Thanks a lot!