It’s an emergency for me, can you help me see how to solve this problem, first of all I am not familiar with UiPath.
How to verify the button is able to click?
the “Next” button appears with a blue background and is clickable.
the “Next” button appears with a gray background and is unclickable.
I use the activity of “Check App state” to varify if the button is blue background
then use the “click”, both activity were adjusted to “use image” to make sure it could run but it still failed.
Create output variable for check element, It will give the true or false. Then you can use the If condition based on true false you can use activity your need