First, thanks a lot for your answer.
In the mapping list, I have the path in the input site and the path in output path (basically where the files are and where I would like them to be moved).
I wanted to use the "List Folder" block to identify the files/folder in the input folder (i.e. the folder indicated by the input path), and then use an "Apply to each" block to move all the files.
Here is the error message I am getting
{
"error": {
"code": 404,
"source": "unitedstates-002.azure-apim.net",
"clientRequestId": "bba23c6e-11e3-4c28-86d2-3874db336db3",
"message": "The response is not in a JSON format.",
"innerError": "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
}
}The resource is there, its name has not been changed and should be available.
Coming back to your questions, I do want to list the files in the folder, the folder being indicated by the file path.
Then once all the files in the input folder would have been listed, I want to move them to the output folder (in the other SharePoint site), the site being indicated in the "Move file block" and the folder being indicated by the output path in the SharePoint list.
Here are some details about the SharePoint List:
Line 1: "Path in the Input site", "Path in the Output site"
Line 2: "/Shared Documents/test folder 1", "/Shared Documents/test folder a"
Thanks in advance for your help and assistance,
Leonard