Share point List - Download Attachments

I have a SP list where multiple Excel attachment are uploaded. i need to download those excel from SharePoint list. I tried to go through existing post but did not get concrete answer.

Hi @neel1,

You can use Microsoft365 package for same to make a connection with SharePoint.

In Microsoft office 365 scope, run a loop for each file in the SharePoint, and download the file.

Sharing below fee documentation links for office 365 activities:

Also refer below post for similar problem statement:

Hope this helps.

Regards
Sonali

hello @sonaliaggarwal47 - Most of the information you shared is about downloading files from SharePoint folders.

My ask is to download the Attachment from SharePoint List not from folder structure of SharePoint. these are two different things.

i have already gone through other information you shared before writing this post. i am not able to find concrete approach cum steps to achieve this.

Hey @neel1,

The Official Microsoft 365 package doesn’t support downloading SP List attachments as Microsoft Graph doesn’t offer this support, and they don’t have any target for it.

SharePoint API supports this, but Microsoft seems to have stopped investing in it and is moving to Graph API. There is no official statement from Microsoft yet.

Thanks @AlexCrijman for sharing the update. this makes sense.

Can you suggest any kind of workaround to achieve this apart from changing the requirement.