Re: Copy file to sharepoint location, keep old versions
Hi Kevin,
thanks for your reply.
We built a powerapp to enable employees uploading their project documentations including content types / meta data which are uploaded to a folder with one flow and then, if the status os ok ( no missing data ) they are moved to different sharepoint pages (document folders) where special employee groups have access to.
The 'creating' flow is startet onclick in the powerapp, assigns the documents to the different types and creates a file in the 'Upload' folder.







The second flow starts on when item is created or modified

Break inheritance & garanting access

Initializing different variables to specify the final document folder

Specify conditions and set the variables

Checking the status value (to be processed = move on, manual = missing data & employee has to take care manually, replace = already existing file to be updated)

If no: If status is manual (not replace file or to be processed, then let team know that there is something to be done via email

Checking replace file conditions an set the variable value to 1 or 0

Copy file



Hope this is understandable. if you have any questions please let me know.
Thanks for the effort.
All the best,
Quince