Can UiPath get Custom Column Data from a Sharepoint Document Library?

Hi everyone,

We have a Document Library on Sharepoint with a custom column (“Approval Status”). The task is to download any documents with an approval status of “Rejected”.

I’m using the UiPath Office 365 package with the Find Files and Folders activity. The activity returns a collection of all of the documents as DriveItem objects. Each object does not seem to have any custom columns or their values, so I can’t narrow down to just the rejected ones.

Can someone please help me download Sharepoint documents selectively, based on the value of a custom column?

Thanks

For anyone who stumbles across this problem, the solution was to download the library as a ListItem. The values of custom columns are then available.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.