I'm reaching out for assistance with building a new Power Automate Flow. Here's what I'm aiming to achieve: I want to create a flow that monitors a SharePoint document library for the creation of new folders. Specifically, I'd like it to check each newly created folder to see if another folder named "Documents" exists within it.
If the "Documents" folder already exists within the newly created folder, I'd like the flow to do nothing and simply terminate
. However, if the "Documents" folder hasn't been created yet, I'd like the flow to automatically create it within the newly created folder.
In the SharePoint document library, newly created folders are named with a unique five-digit number, as shown in the screenshot below. It's within these numbered folders that I need the flow to perform its checks and create the "Documents" folder if necessary.
Thank you in advance for your help!