Forum Discussion
TJCooper440
Jan 03, 2023Copper Contributor
Export documents to Teams
I want to schedule the export of a spreadsheet to teams automatically. The program that generates this spreadsheet has the function to schedule an export to a UNC. Is there a way to export to a team'...
Jan 04, 2023
Hi,
Don't believe there is a way to schedule that export unless the program you are using has the capability builtin...can you share what program are you using?
Don't believe there is a way to schedule that export unless the program you are using has the capability builtin...can you share what program are you using?
TJCooper440
Jan 04, 2023Copper Contributor
The program is manageengine. If it can't be done that is unfortunate and another limitation of the cloud.
- StevenC365Jan 04, 2023MVP
TJCooper440 You need something to copy files from a UNC path to SharePoint (as thats where Teams stores files) that you can schedule. There are lots of different ways to script this, like this one using the SharePoint PNP CLI Upload local files and folders to SharePoint Online - CLI for Microsoft 365 (pnp.github.io)