i face an issue that sometimes bot is moving to activity (B) by pressing Click while activity no (A) is still in action and typing still in progress… i used delay to make sometimes in between (8 sec) but it doesn’t wait I don’t know why (skip the delay), also I delay it from action properties but also it doesn’t wait …may I know the reason and how to solve … BR
I suggest after the Type into, do a get text activity instead of a delay, you can then compare if the text matches, or better yet surround the type into, the get text and the if activities with a retry scope, set it to retry at least 3 times if the get text does not equal to currentItem.ToString then throw an exception so that it retries instead of executing the click activity