Repeat with values based on CSV data

Hello - I’m a complete novice here so apologies for a potentially dumb question.

I just want to do a simple automation of the below:

  1. Go to a website
  2. In that website’s search bar, type in CSV’s value in row 2.
  3. Complete steps on the website - should just be clicks.
  4. Repeat but row 3, 4, etc afterwards.

I looked at the csvReadArray tutorial but I don’t understand it. Attached is the screenshot of what I have thus far.

Thank you in advance for all the help.

As beginner, you should use csvRead (not csvReadArray) - it is easier. Then the value will be in ${!col1}

And then start the macro with the LOOP button.