Hi i am new to uipath and i am facing a problem.
I created a flowchart of 2 processes.
1 ) When UiElement appear then click a button and ContinueOnError is True.
2)Display a message.
Well when UiElement appears it clicks the button immediately but after that when 1 process is completed it takes alot of time(36 Seconds) to run 2 process.
I want if 1 process is finished then immediately start another process.
How can i fix this?