Hello. I have problem with saving file from link inside mail body, like below
Does anyone hove suggestion how to get file and save it to some predifind location?
Hello. I have problem with saving file from link inside mail body, like below
Does anyone hove suggestion how to get file and save it to some predifind location?
Hi @dvojinovic
You can get the url from the mail using Regex,
and then hit the URL on any webbrowser just ensure in the extensions you have enabled this
Allow access to file URL’s
and then you should be able to save it.
Thanks
Thank you, @adiijaiin .
Where can I find this extension enabling page?
You would have installed UiPath Extension on Chrome or Edge, right?
You can find them here:
For Chrome:
For Edge:
You can well use http request activity and pss the url and then give the filepath in filename for response field and save the file directly
Cheers