Hello I start working with the flowchart however i place the decision block and if true its work perfectly, On the other hand when’s false it does not do anything ( i am doing simple flowchart if the application it will show the user its open , if it’s not open it will open the application).
-
Take an Element exist and point it to the element on the screen which is displayed once application is open (This can be an application logo / welcome user tag). Save the output in an variable say IsElementExist
-
Use this Variable in the flowchart decesion and check if the variable is true or False.
-
In case of False- Take an Open Application to Reopen the application.
–
Mukesh
1 Like