Extract the upper and lower value of a multiple dynamic ranges and Check whether the input number is in the range or not

Screenshot (23)

I have some input boxes and corresponding to them I have the ranges of it. I need to just check whether the input values given by the user are in the given range or not. Plus I need to iterate the whole table at once.

One More Question. How can I extract the data of an input field I tried with data scraping but eventually it isn’t working. I tried Get Full text it works but it only allows me to only clip a region of my column (Say the First 10 Rows only) though my table has 105 records in it.

Any Help Given would be Appreciated.

@Ishan_Shelke1

Use a While loop and inside that you can place Get Text activity and you can declare a variable as counter

Also, you need to check on the selector of the elements also

Hope this may help you

Thanks