Consider the following scenario: I’m storing a documentA in SPO under the path offers/2017/clientX. Now I want to have the meta data automatically assigned to documentA in a SharePoint list: Type: Offer // Year: 2017 // Client: ClientX.
Do you think that’s possible, and if so, how?
Is that path, {site}/{list}/{folder}?
Or are you using 1 library with pre-defined folders{Offer Folder}/{Year Folder}/{Client Folder}
If using folders, you can apply metadata using default column values https://www.collaboris.com/how-to-set-default-column-values-on-a-document-in-sharepoint/
sounds promising, I’ll try that one. Thanks a lot 🙂