I am getting a number via get Text from my Application and i want to use that number in my do While loop after every iteration to see if the number changed to Positive. I tried out lots of Datatypes and variants but it either says I got the wrong Datatype or it ignores my condition and continues with the loop even if the number already is positive. Please help!
@supermanPunch
I want it to break when the value of ‘Differenz_Betrag’ isn’t negative anymore.
So the Click-activities after the “Write line” should be stopped
@SSchmitz I noticed there is a For Loop inside While, And the Scraping is happening inside it, hence inside for loop Use if to check if it is Non Negative , then use break if it is non negative , make sure you use it at the end of for