Close tab when it reaches the last

My bot has to read data from two columns one named city and other cellphone
CITY Cellphone
NewJersey +1234
NewJersey +2345
NewYork +3456

It has to update data in webnotes tab once it completes reading NewJersey and then it will start again in feshtab when it reaches to newyork.
How can it be done?

Hi @somya177

You can add a Close Tab activity to close the tab after the looping is over… and if its a browser, you can use the Open Browser activity (as you may be already using it) to start fresh…

Hope it helps