I am using UiPath to automate the installation of some apps and I am using the use application activate to automate some clicks inside the installer. The problem is that the exe path changes every time the application runs in the local appdata folder and doesn’t complete the debugging due to the change of directory path. I created a variable to use in the application path field but I don’t know the correct C# sharp expression to write in order to use a dynmaic directory path
I want to use UiPath to automate the installation of Citrix receiver 4.12. The problem is that the installer always uses a variable path that changes every time you open the .exe file. I want to create a variable that resembles the random path that the .exe file takes in order to install the files, but don’t know the proper C# expression for it. What can I do?
@Anil_G
Can you please explain more on where to use this expression. Sorry I am new to this. THis is my first project with UiPath. In addition to that I am using the Get environment activity to use a dynamic path to determine the name of the user and I am using the assign activity but I don’t know what to write in the value to save field