I have created Sharepoint connector to UiPath instance and using Get list item activity in Microsoft office package to extract the list data from sharepoint list but unable to get the needed file to download using Find Folder activity as it extracts the file directly from the sharepoint list without filtering the list.
So I am unable to send the results of Get list filtered value to download the excel file using find file activity.
Please help to resolve the issue.
Thanks in advance.
No Error. I was telling that the download file activity can download file from document library but I need to perform filter in the custom column in the sharepoint list before download. how to perform both the actions by the bot .
You should use the “Get List Items” action in UiPath to retrieve SharePoint list items. You can then use a loop to iterate through each element of the list and get a link to the file. Then using this link you can download the file and upload it.