Hi Everyone,
I'm new to using Power Automate, but it has me intrigued and eager to learn more about it. I've searched online for similar examples but I don't see a clear answer to what I'm trying to do. It's probably fairly simple.
Want I want to do is build a flow which looks at and copies all folders (and it's contents) within a SharePoint document library that start with the name "ARC" to a second document library, while maintaining the original folder structure.
Example: When the flow runs:
It finds any folder starting with ARC in the SharePoint document library:
Document Library > My Folder 1 > ARC Documents
Document Library > My Folder 2 > ARC Administration
It will be copied to:
ARC Library > My Folder 1 > Documents (dropping the ARC if possible).
ARC Library > My Folder 2 > Administration (dropping the ARC if possible).
Any help would be appreciated.