Jan 04 2024 04:44 AM - edited Jan 04 2024 04:44 AM
We're currently developing an app which retrieves documents from a SharePoint list (documents page).
The files within this list have a custom column called 'Tags' in which we add multiple tags for classification.
Currently I'm having trouble pulling these tags with the Graph API.
Any tips where to look?
Jan 22 2024 11:36 PM
@Manuel Bijen hi, you should take a look at this community article for starters https://learn.microsoft.com/en-us/microsoft-365/community/how-do-site-columns-become-managed-propert...
Depending on how the columns are made and the type of column, there is less or more work to get the data back in search. If you are not using site columns, but created the column directly on the list/library, then you have to find the "crawled property" corresponding to your SharePoint column and map it to a "managed property" which is what you retrieve in search.
Hope this gets you started, and the process is the same as it has been since SharePoint 2010 🙂