Hi,
How to use HTTP client activity from UiPath to call API endpoint for a file down?
The response of the API call will be a zip file download, but I have idea how to receive the file in code. In the HTTP Request Activity, there is response attachment in the output section which is ILocalResourse variable type, but I am not familiar with ILocalResourse type.
Had any body used the HTTP Request activity to download a file in the response before?
Thanks in advance.