Hi all,
I’m trying to develop a loop that meets the following requirement:
Press “enter” until “OCR text exists”, then perform “X steps”.
Steps I’ve done:
- Screen scraped the text, selected scrapping method - OCR, inverted text.
- Changed variable type to Boolean
- Put in a “IF” activity.
- Condition, variable = True, then “X”.
This is where I get stuck. I need it to loop “enter” until Variable = TRUE but I’m not sure how to do that.
Any assistance is greatly appreciated