First of all, you can use read range activity to read data from Excel because it is quicker, works in the background,
You can start your sequence something like this
Note that add header is not checked
This activity outputs a string containing all row items. What you want to do now is to access the items in the data table and output each one as a string in your ‘type into’ something like this
you want to read the text ‘opCVdatatable’ in an iteration and write them into text fields right ?.
This is a little bit more complex, but you can approach it like this.
You can use a For Each Row activity and loop through each row in CVDatatable, setting the index property if required:
The task is to get the selector correct here and make it dynamic so that it targets a different text field per iteration. The selector for the type into activity will depend on the system you are targeting.