Hi,
I'm having difficulties trying to achieve the following scenario using Power Automate - I have a document library holding many folders. Each folder is named after an individual employee and her/his ID number, for instance John Doe, 1111111, the ID will always come after a comma, or some other separator. There is another document library, to which files for these employees will be uploaded. The file names will contain the name and the ID of the employee. Now what I'm trying to achieve and create an automation for is, to get the ID number out of the name of the file as it'll always be unique, out of the whole string, then look for the folder in the first document library holding all user folders containing this substring and based on that, to move it to that folder that matches the ID substring. Any help/ideas will be very much appreciated.