Hi,
I'm trying to come up with a way to move a file to another folder in a document library when signoff is approved. How I hope to do this is to read the subfolder name the file is in, and when approved, it moves it to another subfolder of the same name. I think getting the trigger to work is no problem, but I can't seem to figure out how to dynamically set copy to the right folder. Example below:
WIP (Top level folder)
Subfolders:
1
2
3
Approved (Top level folder)
Subfolders
1
2
3
When the files in subfolder of WIP 1 2 or 3 are approved, move that file to the same folder name under Approved.
I have 22 subfolders I need to do this for, so adding a flow for each of them doesn't seem like a good option, so you think one flow can dynamically find what subfolder to put the file in based on where it is located?
Thank you for support.