Opem multiple urls

Hello guys i hope everyone be ok?

i need help about open URL

i have this code ::

{
“Name”: “OpenMultipleURLs”,
“CreationDate”: “2025-01-28”,
“Commands”: [
{
“Command”: “csvRead”,
“Target”: “urls.csv”,
“Value”: “”,
“Description”: “Read the CSV file containing URLs”
},
{
“Command”: “while”,
“Target”: “${!csvReadStatus} == ‘OK’”,
“Value”: “”,
“Description”: “Loop through all URLs”
},
{
“Command”: “open”,
“Target”: “${!COL1}”,
“Value”: “”,
“Description”: “Open the URL from CSV”
},
{
“Command”: “pause”,
“Target”: “5000”,
“Value”: “”,
“Description”: “Wait for 5 seconds before opening the next URL”
},
{
“Command”: “csvRead”,
“Target”: “urls.csv”,
“Value”: “”,
“Description”: “Read the next URL”
},
{
“Command”: “endWhile”,
“Target”: “”,
“Value”: “”,
“Description”: “End loop”
}
]
}

in file url.csv I have on it 37 URLs

I want to modify that COL1 to change dynamically every time he finish first URL he need to go to other URL and open it

I want to use loop but it’s doesn’t exist

you have to increment CSV line number every loop

what you meean i should increment the csv line

you mean like i should put url under another URL in file csv