Hi,
I want to download an attachment from sharepoint list. are there any activity to download attachments?
1 Like
Hello @shalinisettu,
Using activity ‘Get list item attachments’, I’m able to fetch the file name with extension but how to download the files as the output of that activity is ‘String Array’ which just contains names?
Ok got it.
We need to use UiPathTeam.SharePoint.Activities.Libraries.GetFile acitivity and pass in the list name and file name we have to download the list attachments.
So after doing this, I ended up getting the file extension as .000 file ext. I need this as the excel extension that it is on the site, how do I do this?