Foreach line in csv do

I tried reading the documentation but the examples was not clear to me so I can do it in my task…
Doing basic stuff like filling an online form and clicking buttons is not the problem. The loop from csv is what I am not sure about.

I have a csv with 20 lines in column 1.
each line has a text (a category) I need to create in an online form.
So I need to take each text and type into a field, hit a create button, and then the next.

This is giving me an error.

forEach can only be used with csvReadArray.

UI.Vision ships with a macro called DemoCsvReadArray, this shows how to use it. If you are a long time RPA user, maybe this new demo macro was not installed. I suggest to make a fresh install in another browser profile and have a look at this new macro.

1 Like