Hi
I'm new to power automate and seem to be struggling with something that is very easy to do in other programming languages. I would normally just move files from /updated/ to /live/ but I can seem to copy recursively to sub directories.
I have folder permissions set up for users on the "live" directory folders so do not want to overwrite this each time.
I want to move new files into an existing file structure, the folder structure I'm moving from matches the one I'm moving too.
For example
Live reports sit in
/live/report1folder/reportX.xlsx
/live/report1folder/reportY.xlsx
/live/report2folder/reportS.xlsx
/live/report2folder/reportP.xlsx
Each month I want to be able to upload the below and run a flow to move the files from /updated to /live
/updated/report1folder/reportX.xlsx
/updated/report1folder/reportY.xlsx
/updated/report2folder/reportS.xlsx
/updated/report2folder/reportP.xlsx
I've tried a few examples with List File properties and parameterising but can't get them to do the job.
Is this possible?