How to increment values each of the time for website extract data table

How to Exist the loop and re enter loop /

My Flow :
Filter Excel - Get records to search on Web
For each Excel Record
Search on Web
Web - Open Record (multiple lines will be there)
For each Web Line - Check if match records with excel (If not match - update excel not match and go for next line which is +3 count of rows that’s what we increment here)

Lets say 4 lines there and no line is matched … excel updated no match .
Existing the loop and searching next record (row count for next record should be start with 2 always)

(It is currently giving incrementing row values from last record . IF last record value is 11 then it is giving 14 for this new record row number )

I gave default value of variable is 2 also but after all it is incrementing row counts at the end of loop.