Forum Discussion
Joshua Gordon
Sep 22, 2018Copper Contributor
SharePoint Online - Can metadata be applied recursively when uploading a folder?
Hi All, My organization is going to be rolling out SharePoint online in the coming months and looking over the new document libraries, it looks like there are some really nice features. One thing...
Sep 22, 2018
Besides the bulk metadata update that could help here, there is not a native way to achieve the scenario you have just described so you will have to automate it:
(1) A Flow could be an option, but since it seems you will have a complex folder structure it might not be easy to build that Flow
(2) A Script / Piece of code that uses SPO API (CSOM) should do what you need
(1) A Flow could be an option, but since it seems you will have a complex folder structure it might not be easy to build that Flow
(2) A Script / Piece of code that uses SPO API (CSOM) should do what you need