How to input text one by one from csv?

I have a list of text, and I want to input them into the search bar one by one.

I have put all of them into a csv file. what I need is just input it one by one and get its result.

I have used “read csv”+“for each”+“record”. but it doesn’t work.

can anyone help me?

what should I do?

Where did you input this??

You can read the values row by row or an array(comma saperated).

Use for each loop to iterate those words and inside the loop use Typeinto activity to type into search bar and get the results. Hope it helps.

yes. I do the same thing.

but it doesn’t work.

Can you give me an example? Thanks very much.