That’s not the point, I can already manipulate items in a queue (Edit).
It turns out that there is, in this list, a column where the attachment (Excel file) of a form filled out in Sharepoint is saved. I need to download this file.
To download a file from a SharePoint list using UiPath, you can use the “Get List Items” activity to retrieve the item from the list, and then use the “Download File” activity to download the file from the URL provided in the list item.
Here are the general steps:
Use the “Get List Items” activity to retrieve the list item you want.
Extract the URL of the file from the list item.
Use the “Download File” activity to download the file from the extracted URL.
You will need to configure these activities with the necessary SharePoint credentials and specify the list item you want to download. The details may vary based on your specific SharePoint setup, but this general approach should work for downloading files from a SharePoint list.
Please provide the list address, and I can give you more specific guidance based on your SharePoint setup.
@sai_gupta How would one extract URL name. I am unable to create it because it requires Source Doc ID which is not present anywhere in SP. Please advice!