How Download Image From URL

Hi,

To download an image from an URL you can simply use HTTP Request activity with the URL set to EndPoint property and the local file name where you want to save it set in ResourcePath property.
The HTTP Request activity can be found in UiPath.Web.Activities pack.
I attached an example that downloads the UiPath logo and saves it next to the workflow.

Cheers,
Lavinia

Main.xaml (4.7 KB)

23 Likes