Hi all,
I've a fairly straight forward Flow that moves folders within a sub-directory to another SharePoint destination.
I'm needing to restrict the "List folder" action to a View within the Document Library that will limit the folders to manageable amounts that can be batched over time.
Reading another thread on a similar workflow, I tried to configure a "Get Items" action but unfortunately this action is only allowing Site List selection, not Site Document Libraries - and there was no detail given on how Get Items could be configured to process a Document Library.
For clarification; the OUTPUTS body from "List folder" returns an array of too many folders. I have a Document Library View created that could reduce this array, but not sure how to call this View via Flow.
An alternative method that only takes the top 15 folders from the OUTPUTS body array would probably work - but the total count of folders is substantial (thousands), and I figured that leveraging an existing View would work best for batch processing and visibility.
Appreciate any ideas,