How to get default Downloads folder path

Hi @Bilal_Anwar ,

Could you try using the below Expression :

"C:\Users\USER_NAME\Downloads".Replace("USER_NAME",Environment.UserName)

It should be able to replace the USER_NAME placeholder with the username that is used where the automation is running.

3 Likes