I have created a flow that when a folder is created in a specific location in sharepoint, it will create a sub-folder within it.
However, if I create another folder in the new one I have created, it triggers a loop and creates a new folder 'with the same name' in the original location with the sub-folder added.
How can I make the trigger only happen when a folder is created in a specific location, and not when a folder is created within a sub-folder in this specific location?