I tries to download attachment but gives error to create folder access path the path is denied. folder is already in this location give me solution

email.zip (12.5 KB)

@Deepika_Dhande

Is the folder in read only…can you check the properties of the folder please

Cheers

Hi,

Path.Combine("C:\Users\Attachments",CurrentMail.Headers("Date").ToString.Replace(":",""))

Did you run this workflow as “Attachments” OS user account?
In general, C:\Users is restricted to create folder and each sub folder can be accessed by only each owner (and admin).
If you run this workflow as another user, perhaps you should review where to save.

Regards,