Hi all,
I am having a word document uploaded to the temporary url. i want to download the document from the url to my local folder(folder creation using x++).
i am using FileUploadTemporaryStorageResult result = File::SendFileToTempStore_GetResult to generate the url.
if i use browser.navigate in my job. it's downloading automatically in "Downloads" folder in system . i want to create my own folder and then save/download the document there
Any suggestions plss