Hello, clever people. I am trying to build a flow that will copy the original version of documents from one SharePoint folder to another. Most of the flow is working fine, but I cannot, for the life of me, succeed in filtering so *only* the original versions are pulled.
Here is my flow:
I have tried filtering by every imaginable way, including "IsCurrentVersion" eq "False," VersionName, and VersionID. Nothing seems to sort the version 1.0 documents from the rest.
I am attaching a PDF with samples of the Select output and Filter array input and output. I would be very grateful if someone can tell me where I've gone wrong. Thank you!