Use application doesnt open the app

Hello All,
I am trying to open an application using UiPath. If the application is open in my PC then the next process runs smoothly. But if the application is not open, then instead of opening the new application, I get the following error “Use Application: Application Name: No open windows found for ‘applicationname.exe’. Please check if the application is running.”

Can anyone help me with this?

Regards.

Please check what value you have specified to Open property. For reference:

Try setting it to “IfNotOpen”.

1 Like

check the properties of the use application activity as shown

In Use application/browser activity in the properties of choose
Close -Never
Open-Always

Yes I have same settings,
Close: Never
Open: Always

But still its not working

no working i used tat setting as well

Are you sure you are looking at the correct Use Application activity? Can you post a screenshot of the properties you have set?

Can you verify the value of the Selector property, vs. the actual one of the opened app?

Hi,

use invoke method activity to set the directory of the app
check this once.

cheers.

Hi @tarangmehta1195 ,
In ‘Properties tab’ let select option open and close


let select ‘open option’ is ‘always’ or ‘if not open’
regards,