How to add file to SAP from sharepoint link?

Hi,

I would like to attach a file into SAP. But I have the file in sharepoint. I want to create the process as below;
1.Read the cell value from excel for the attachment file name
2.Comepare the file name in sharepoint link where i have many files
3.select the file same as the file name read from excel

pls support

Regards,
Manoj

Hi @Manoj_Jayan ,

Please try following process.

  1. Use the Get File/Folder List activity to retrieve all the files from SharePoint.
  2. Use For Each File/Folder to iterate through the files.
  3. Use the CurrentItem.FullName method to get the filename and match it with the input data.
  4. If the file name matches then use Download File Activity to download the respective file from SharePoint.

You can refer following document for more details about Microsoft 365 activities.
Activities - About the Microsoft 365 activities package (uipath.com)

Thanks for the details. After downloading how can i upload that file into SAP?