🔴⚠️ Copy url of random line csv file, copy and paste open in it in browser

Hello, I have a .CSV file (url list) with one column and 10,000 rows (url links)
I have two possible solutions
1- I have to copy a single random line from the csv file to paste it into the url and open the page.
or
2- I have to copy a single next different line of the csv file at each infinite loop (LOOP) to paste it in the url and open the page.

I have tried everything and read the documentation but can’t seem to get it right. :sob:
Can you help me please, thank you :pray::pray:

{
“Name”: “Macro-_1”,
“CreationDate”: “2021-7-02”,
“Commands”: [
{
“Command”: “store”,
“Target”: “${!loop}”,
“Value”: “!csvReadLineNumber”,
“Description”: “”
},
{
“Command”: “csvRead”,
“Target”: “urls_list.csv”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “!COL${!LOOP}”,
“Value”: “!clipboard”,
“Description”: “”
},

Hi, what exactly is the question? how to read a CSV line?

1 Like

Hello, yes, how to read a CSV line, then copy a following line to each loop and paste it in the url of the browser, thanks

See here: Open url from csv - #9 by Plankton

1 Like

Thank you very much my code works thanks to you :heart_eyes: you are amazing
I will continue to learn the UI VISION code even if I am a beginner
thanks