I have a General SharePoint folder that has several PDFs in it. I want to write a flow that moves them into other folders, depending on their name, so for example:
111-Exeter.PDF will move to EXETER Folder
1352-Coverntry.PDF will move to COVENTRY folder
and so on...
I have more than 40 different folders. I tried using a a condition (i.e., If it contains Exeter move to Exeter, if it doesn't, does it contain Coventry etc.) but this is no good because there is a limit I think of 8 so I would have to have more than one flow and the locations change all the time.