Hello!
My excel sheet is located on SharePoint site of my organization. How can I get the file and store into variable in UI path? What packages I need to use? What activities I need to use?
Thank you!
Hello!
My excel sheet is located on SharePoint site of my organization. How can I get the file and store into variable in UI path? What packages I need to use? What activities I need to use?
Thank you!
Use https://docs.uipath.com/activities/other/latest/productivity/microsoft-office-365-scope activity.
If you want to read the excel file directly from SharePoint without download then use Activities - Read Range activity
If you want to download it locally then use Activities - Download File activity.
Thanks,
Ashok