Hi All,
I am trying to get below Tracker details from SharePoint to Excel. how can I do this?
Use SharePoint list activity to get the lists data.
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Hi @tilarapiyush ,
Yes, as suggested by @manasrlenka25 , you can use the suggested Office 365 package to fetch list items from SharePoint.
However, it might not be a straightforward approach.
Are you on enterprise edition or community one?
For enterprise UiPath version, you will have to check within your organization and get the application level access enabled for you.
I have provided more details in below thread around different connection type available with Microsoft O365 package:
Hi @Yap_Derek ,
Just some more info to help you out a bit(we did have various challenges ahead of us to enable O365 package), thus sharing few learnings:
Out of 4 authentication types listed below, only few options turned to be applicable to us(per our internal configurations):
Interactive Token → only applicable for attended users but can be used if your organization’s internal configurations allow.
Integrated Windows authentication → suitable for unattended users but can not be used if…
Hope this helps.
Regards
Sonali
1 Like
Anil_G
(Anil Gorthi)
January 30, 2025, 5:58am
4
@tilarapiyush
use office 365 activities
Office 365 scope - multiple authentications are possible check which is feasible Activities - Microsoft 365 Scope
Get list info - this gets the list details
Get list items - this will get list items into a variable
loop that variable or write a linq to convert to datatable
save the datatable to excel
cheers
Working on a POC for a client and do not have UiPath to MS app access yet. Hence going UI route.
But when bot is clicking on export option, the exported data has most of the columns blank. Manually the export is fine.
Anil_G
(Anil Gorthi)
February 3, 2025, 12:25pm
6
@tilarapiyush
are you using any wait for download?
also may be the export is clicked very quick before the full page loads that also might be the case as manually you wait for load and the click export…check those delays
cheers