Error in file path with copy files activity

I am trying to copy files from a source to a destination.

source is a URL file path
destination is a UNC path

image

but I am getting this error:

Thank you to anyone that can help me make this work.

Hi,

When using Copy Path activity, you should specify local or network paths. It does not work with URL links. You should first use browser activities (attach browser/clicks, send hotkey with ctrl+s…) to download the file, and then you can copy it wherever you want.

Good luck!