
Announcements
I've used this video (https://www.youtube.com/watch?v=xuR-yaMkFDg) to search the SharePoint library for documents and able to retrieve the matching records and standard metadata but I have added several columns to the document library and want to retrieve some of that data with the API search.
Example: I added a basic text column called TASK_ID to the library. A managed property (as referenced in the video) was automatically created and is called "TASKIDOWSTEXT". I Added this into the <Send an HTTP request to SharePoint> step thinking it would pull the data but only shows null result. Any guidance on how to retrieve not only FileName, Author, Size, ... metadata but also the data in the additional column?
Thank you in advance!!!