We have an shared email inbox where emails (with multiple attachments) come in with a subject line with the location number in it. There are 130+ locations. We want to route the attachments to a SharePoint document library, and were thinking we could create 130+ folders and according to which location it is, the attachments would drop into the corresponding location SharePoint folder.
However, creating 130+ conditions/apply to each would make for one hefty Flow!
Is there a better way with this scenario?
I was thinking to create a column for the location, and have the Flow update the file properties to place the location number in the column and then group by location in the SharePoint library view, but there are going to be a lot of files here and a grouping view may not eventually work very well as the library eventually gets to 5000+ files.
Any ideas on this one? I'd appreciate any guidance on this, thanks!