Hello everyone
I need to run a flow to copy shared files from Planner panels to sharepoint sub folder. It's for security
The fact is that none of the flows in template mode allow me to do so. The tests have been as follows:
Copy file to
This flow forces me to put the file I want to copy somewhere else, but I can't to know what the file is. Putting *.*, *, /*.* doesn't work. and I don't know why.
As this flow doesn't work I decided to try this one.
Copy folder to
in this flow what doesn't work is copying the root folder that Microsofot Flow automatically assigns when I create the panel. This action only works when instead of using the root folder, I use a subfolder that is inside the root folder. But this has a problem, and that is that for the flow to work, I need to move the files from the subfolder to the shared documents folder of the panel. What a mess. I tried to create another flow that copies from the panel documents folder to the subfolder, but I can't and I want to understand that it's for security.
Can anyone help me? 😰