Hello,
My use case: create a document repository that will be populated by a group of users but that could only be seen by some individuals (let's say the files are provided by 50ish people but only 10 people can have access to all the files). The way I am trying to build it is the following:
- creation of two SharePoint sites: one input site and one output site
- the files on the input site will be moved to the output site using a SharePoint list that acts as a map between the two sites (e.g. files in Shared Documents/folder 1/ in the input site to be migrated to Shared Documents/folder a/ in the output site)
What I have done so far:
- creation of the two SharePoint sites
- creation of the SharePoint list
- construction of the flow that read the SharePoint list and uses the elements of the list as variables in the flow
What I need to do now
- the elements of the list are the path to the folders of interest. The paths are then provided as dynamic variables to a block that is supposed to list the files/folders in a given folder (in the folder given by the dynamic variable, i.e. the path). Then each file in the folder will be moved using the input/output path provided by the SharePoint list (the mapping list).
The dynamic variable provided as path is not working. Could you please help me with that one?
Screenshot of the flow