Download/use attachment from Sharepoint List

Hello. I am dealing with a Sharepoint List that has attachments in one of the columns and I am having trouble accessing it

In studio I am using For Each List Item and the column attachments is just showing as true

image


image

Would very much appreciate your help to open/download the attachment. Any feedback is welcome. Thank you very much :slight_smile:

@idoia.fernandez

In the latest graph api microsoft has not provided a way to download or access attachment from list items..

so the limitation is there in the UiPath activities as well as they use graph api in the backend

for now if you need it few ways

  1. Instead of attaching in list item change the list to have the file url and upload file to any drive so that the files can be access via download or get files activities
  2. If 1 is not feasible then you might need to use old rest apis to get the items..but again for this the whole code needs to be written by you..Sample reference is attached

MS Graph API - SharePoint List item attachments using Graph API - Microsoft…

cheers