Download file in url without clicking the link

Hi,
I have a link to download a excel file. I found some example and their links ends with .xlsx(for example “https://www.rpachallenge.com/assets/downloadFiles/challenge.xlsx” but my link end with “/Download?ID=1234” so the excel file I downloaded gives an error. How can i download the file without clicking the link

you can use API activities for that ,or you can use inject js activites

https://docs.uipath.com/activities/other/latest/developer/http-client


in the file attachment you can give the filename

Hi @murat.karasoy
Download UiPath.WebAPI.Activities Package and Use HTTP Request activity
image

Regards,