Repeat actions on the Web (click each line)

I use StudioX version. I have a problem in Web (Chrome) like this and need help:

I want to click one by one in the “Route name” column (STEP1). Each line is an independent action.
When clicking on each line, it will turn to a new page (STEP2).
At STEP2, I want to find the name “yurikusa hiroaki” in the Name column, then press the Refer button.

Then go back to STEP1 and repeat this action with the next line until the end.
Thank you for helping me!

@mai-dinhngoc

For the first click use for each ui element and indicate it…inside that use click activity with input element as currentElement

Then use check app state to check if your required name is present and then perform one more click to click on refer and then close the tab…

Till all the items are complete the loop will be repeating

Cheers