Hello,
is it possible to download a file from a list in Sharepoint which is attached as attachment? And if yes, then how to do.
Thanks for help.
Regards, Volker
V_Roboto_V
(V Roboto V)
February 27, 2025, 3:08pm
2
Hi @Volker_Hofheinz1
Under Integration → Microsoft → Office 365 → Sharepoint Lists , There is an amazing collection of Sharepoint Activities
Reference Documentation:
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...
If this solves your issue, Do mark it as a solution.
Happy Automation
Anil_G
(Anil Gorthi)
February 27, 2025, 5:42pm
3
@Volker_Hofheinz1
generally sharepoint list also stores the file in a location itself…
so get the file location and use it in download file activity of office365
alternately you have to go with api
@mateusz.wojcik
With the current office 365 activities capability…we cannot download an attachment from list…you have to explore other alternatives of using invoke code or a rest api to do so…
Here is a start point
You are getting itemnot found because …documents which you used a document library name is actually the name of document library and not a list…they are teo different things…
Under documents folder /document library you do not have a lists folder or so…
Cheers
cheers
Hi @Anil_G ,
I will try this, but therefore I need to save the Url in a separate field in the list.
Thanks, Volker
1 Like