Alex said:
I noticed that in your video, the elements were spans, but the XPath locators were input[id=…].
Would something like this solve your problem?
storeEval | 0 | i
loadVars | data.csv
click | id = listitem**${i}**innerListBoxwfm-edit-window-type-list-orders
storeEval | i + 1 | i
endLoadVars
Hi Alex
Everything is working with your solution. I have been silly because I did not realize to load every time I made a change in the csv file and when I saw the value of the variables I saw the error
Thank you very much for your help and your patience