Hi All, This is my first post here and currently in undergoing my learning path in UiPath Academy.
I have a screen where i will type zero in all text boxes until another screen pop up.
I need help to use the Do while with Element Exist in order to keep typing Zero until the screen appears then perform another action, can someone help me in this ?
Hello! It looks like you need to place the Element Exists outside of the Do While Activity. If you place the activites in the following order, then maybe it will work: Element Exists → Do While
I think this would lead to an infinite loop, in the case that the element does not exist, since there’s nothing inside the loop that would change the value of the boolean flag.