Im trying to open the “OBS Studio” software with UIPath studioX>>activities>> use application but i had an error. (Usually works with other softwares).
If i manullay doubleclick to the obs64.exe file it opens correctly, but if the UIPath tries to open it, it does not work. And that was the case with autohotkey and power automate.
The solution in this two cases was the following:
Unfortunately, in studioX, there isn’t, at this time.
If we use developer activities in the latest StudioX, .net Process and ProcessStart class will work for it with Invoke Method activity etc. (But it’s a little bit complicated)
That was the solution. So the uipath >> studio >> activities >> start process >> and there in deed you can give the working directory and the OBS studio opens without any errors!
Thank you!
Also: im very new to uipath so i confused studio and studiox … i use studio. So again , the solution was perfect!