Hi all,
I have a problem to start an application with the robot. When I use the shortcut on the desktop the application start so that is ok.
But when I want to start it with the shortcut in the directory (by using start application or start process) it is not working. Also recording with double click does not work.
Who can help me with this issue
@mrusman - any error while using start process/start application?
are you providing complete path of the application as input ? or giving the application shortcut path?
I had the same issue: App started correctly when double clicking it’s .exe manually but failed to start when using Start Process or Open Application activities.
Found that completing the “WorkingDirectory” attribute with the root folder would solve this problem.