Hi im pretty new on using ui vision. So i’m running a destkop automation and there are some commands that have to run 10 times and inserting different values each time they repeat under the command “times”. The csv is just 1 col of number 1-10. The problem i had was that in that 10 times of looping using “times” the variable doesnt change to the next row. Thank you in advance
{
"Name": "testing input ts",
"CreationDate": "2024-10-22",
"Commands": [
{
"Command": "times",
"Target": "4",
"Value": "",
"Description": ""
},
{
"Command": "csvRead",
"Target": "testing ts.csv",
"Value": "",
"Description": ""
},
{
"Command": "XClick",
"Target": "hmxia6_dpi_134.png",
"Value": "",
"Description": ""
},
{
"Command": "XType",
"Target": "https://${!COL1}",
"Value": "",
"Description": ""
},
{
"Command": "end",
"Target": "",
"Value": "",
"Description": ""
}
]
}