Hello, my first post here, my first macro, and newbie to ui.vision.
I am trying to use a csv file in my macro. However, I am getting this error:
[error] Line 35: Number of columns is inconsistent on line 6
On line 35 I have csvRead command,
on line 36 I would like to type line 1 of csv
but it looks at line 6. why is?
I import file1.csv into UI.Vision RPA 6.0.6 Firefox extension.
My macro is simple, it logs into a webpage, clicks a few buttons, and finally fills in a form using file1.csv, row1.
Can anybody advise me?