I am confused about breaking the while loop. everytime when the bot loops through the data. The number of data to be looped keeps changing and match for the data in 2 applications. so i have used If Condition in the while loop. Now i am confused where to put the break activity.
Kindly help me resolve my issue
For example: i have 10 data to iterate. I have to match the data from another application. Every time the data that we have to iterate may change from 10 to 5 data. so first i am counting the total items and incrementing the counter. and then matching the data using if condition