I have what I think is a simple flow that is supposed to synch two document libraries, moving documents from one library to another when the status is changed. The flow is getting file properties from one location library and getting file properties from the other library on a Filter Query filename with extension and status equal to Approved. There is then a condition to get file properties on the library that is housing what I will call the original document with approved status if greater than 0, if yes, keep and if no, compose and delete file, and then a second compose 2 with an input of varCount. This flow runs every day at 21:00.
The issue is, in the main library, I can see the count in this library has 1304 documents, but in the synched library (destination library), the count is only 1117. I can search for any of the documents and they appear, but not in the "All Documents" view. I have reviewed the following:
- The flow is not throwing any errors
- I'm signed in with the account that owns the flow and the site where the destination documents are synching to, so should not be permission issue
- When I checked the flow, it had stopped (initially destination library only had 1000 documents, after refreshing the flow, count is now at 1117
- The view on the destination library has only one filter on the signed date, no other groupings/filters/folders
I do not understand what is happening here. All documents should be visible in the library. The flow is simply copying file on the identifier from one library to another and if another file is already there, replace.
Any help is appreciated.