Trying to get the name of each SharePoint folder inside of a main folder using Power Automate and then compare it with a column value in a SharePoint list. And then if these values match, if the folder name contains the value that is in the list column, to move that same subfolder to a new location. So let's say we have a main folder entitled Library1 and inside of it we have many subfolders with different names. And then we have a SP list. I want when a new item is submitted in that list, to get the value of let's say the Title of the submitted item, compare it to all subfolder names in the main Library1 and if it finds a subfolder name that contains the value from the list item Title field, to move the matching subfolder with its content to a new location. Any ideas would be appreciated!