Bit of an exagerated title perhaps.
We currently have a need for users to move documents between two site collections, which is working perfectly. My concern currently is that it is neededing to use the 'trigger when created and modified' trigger option. This means when a document is so much as opened and edited it will run an instance of the flow (using one flow run).
The flow is simple, when it is triggered it checks a (with a simple condition of coloumn value=yes) column 'transfer' with the options yes/no. With no the flow ends, with yes it gets meta data, content data, creates a new file (in the new site collection) and deletes the old one.
I am looking at schedualling but i am not sure how to get the flow to check all documents within a given library and the knock on effects of checking a library of a few thousand documents and whether doing such a thing counts as a flow run per item or a flow run for the entire flow.