Forum Discussion
Change to Team's Channel "Email Messages" folder naming convention.
- Feb 05, 2021I'd definitely contact support first and complain about the change.
However, in the meantime, e-mails come into the folders as eml files, you should be able to just create a flow that triggers on files coming into the library regardless of folder then "Create a copy" into the e-mail folder so it triggers your existing flows, then deletes the file after. Moving might work depending on the trigger of existing flows, but I would look into something like that to just pick them up and move them for you in the meantime.
Ellya_Gold Spoke with MS Support and they advised this change was made by the product team for performance reasons. Going forward the folder naming convention will be be EmailMessages_month_year.
We have multiple Power Automate flows impacted by this change and one work-around is to use a variable and expression to get the correct folder name for each month. For example:
concat('EmailMessages_',replace(utcNow('MM'),'0',''),'_',utcNow('yyyy'))
Though we do have to update all the flows to add this, I think we should be set going forward.
- selwonk11Feb 13, 2021Copper Contributor
ChrisWebbTech exactly this!
In my case, I'm syncing the entire folder structure to a local PC and, instead of using Graph, I'm parsing the emails with Python. If the new folder was nested in the existing one, it would have been a fairly trivial change to crawl the tree.
This has been handled badly. I can find no reference to any performance related issues in folders that, iin my circumstances, barely hold 1,000 messages let alone the massive volumes that Sharepoint purportedly allow!
- Rehan AlibuxFeb 11, 2021Copper Contributor
ChrisWebbTech Perhaps an idea for the next round of performance enhancements!