Amateur Question - csvRead

I have uploaded a CSV file into my RPA and I am trying to get it read each line and paste the value a search box of a website. So my current Commands are:

i) Click - on the search box that I want
ii) csvRead - with the target as the name of the csv file uploaded

my next line of Command is Click - the search button, but I am missing a Command to paste the csv data into the search box first.

Any advise is appreciated. I am new to this. Thanks.

Have a look at the DemoCsvReadWithWhile macro that is installed with UI Vision. It does exactly what you need.

image