Dear Community!
I'ld like to implement a site workflow, which
- searches all libraries of a sharepoint for items which are
- 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!
Solved! Go to Solution.
You can incorporate all 'Query list' actions in one single workflow. My guess is that you can even put the 'Query list'-action in a loop, just like below.
That enables you to, when a library is added or removed, you simply just need to adjust first collection and you're all set.