Forum Discussion
Ellya_Gold
Feb 05, 2021Brass Contributor
Change to Team's Channel "Email Messages" folder naming convention.
When you directly email a Teams Channel you'll find those email in the File tab of that channel in a system generated folder called "Email Messages", which was great. However, as of yesterday, if you...
- 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.
Aurun Thirumeni
Feb 16, 2021Copper Contributor
Rehan Alibux Apologies, I should have informed you. I have managed to fix the issue I was facing.
The reason for the failure was when I manually entered the path with slash (/) there was an encoding issue which returned as an invalid path. I had to replace slash (/) with '%2f' in my variable initialization which builds up my Folder path and flow started working ok.
Reference: https://powerusers.microsoft.com/t5/Building-Flows/sharepoint-list-folder-fail/m-p/585936#M77026
Rehan Alibux
Feb 16, 2021Copper Contributor
Aurun Thirumeni Thank you for the update, and great to hear you resolved the issue. Thanks also for the explanation and reference link.