I have a basic flow which is running when a file is created or modified in a subfolder and copy file into another destination folder. What i want to enhance with this flow is to copy file from subfolders and copy file into destination subfolder. I want copy in destination dynamically instead of static. If modified in any one of subfolder, the file should be copied to destination matching to source folder.
Source structure:
Abc/01.Abc/02.Abc/File.docx
Test/1.Test/2.Test/3.Test/Demo.ppt
I have one to one file structure like source structure in destination, when something is modified or created i want to copy exactly in the same structure.
Destination structure:
Abc/01.Abc/02.Abc/copy file here
Test/1.Test/2.Test/3.Test/Demo.ppt